#854b0e

Color #854B0E Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #854B0E

Tints of Saddle Brown #854B0E

Color information

#854B0E (or 0x854B0E) is unknown color: approx Saddle Brown. HEX triplet: 85, 4B and 0E. RGB value is (133,75,14). Sum of RGB (Red+Green+Blue) = 133+75+14=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #854B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854B0E is #7AB4F1. Grayscale: #555555. Windows color (decimal): -8041714 or 936837. OLE color: 936837.

HSL color Cylindrical-coordinate representation of color #854B0E: hue angle of 30.76º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #854B0E is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1337514-
CMYK00.440.890.48
HSL30.76º80.95%28.82%-
HSV(B)30.76º89.47%52.16%-
XYZ12.2710.051.71-
YUV85.3987.72161.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 59.91%
GREEN value IS 75 (29.69% from 255) = 33.78%
BLUE value IS 14 (5.86% from 255) = 6.31%
R=59.91%
G=33.78%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133751400.440.890.4830.7680.9528.82
Hex854BE02C59301f511d
Octal20511316054131603712135
Binary10000101100101111100101100101100111000011111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854b0e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854b0e; }

 p { color: rgb(133,75,14); }

 H1.HeaderClassName
 {
   color: #854b0e;
 }
 .AnyTagClassName
 {
   color: #854b0e;
 }
</style>
background-color css

<style>
 a { background-color: #854b0e; }

 a { background-color: rgb(133,75,14); }

 div.DivClassName
 {
   background-color: #854b0e;
 }
 .BgClassName
 {
   background-color: #854b0e;
 }
</style>
border-color css

<style>
 span { border-color: #854b0e; }

 span { border-color: rgb(133,75,14); }

 td.TdClassName
 {
   border-color: #854b0e;
 }
 .TagClassName
 {
   border-color: #854b0e;
 }
</style>