#854A0B

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

Shades of Saddle Brown #854A0B

Tints of Saddle Brown #854A0B

Color information

#854A0B (or 0x854A0B) is unknown color: approx Saddle Brown. HEX triplet: 85, 4A and 0B. RGB value is (133,74,11). Sum of RGB (Red+Green+Blue) = 133+74+11=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #854A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854A0B is #7AB5F4. Grayscale: #545454. Windows color (decimal): -8041973 or 739973. OLE color: 739973.

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

Color convert

RGB1337411-
CMYK00.440.920.48
HSL30.98º84.72%28.24%-
HSV(B)30.98º91.73%52.16%-
XYZ12.189.911.59-
YUV84.4686.55162.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.01%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 11 (4.69% from 255) = 5.05%
R=61.01%
G=33.94%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133741100.440.920.4830.9884.7228.24
Hex854AB02C5C301f551c
Octal20511213054134603712534
Binary10000101100101010110101100101110011000011111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,74,11); }

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

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

 a { background-color: rgb(133,74,11); }

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

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

 span { border-color: rgb(133,74,11); }

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