#874A0B

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

Shades of Saddle Brown #874A0B

Tints of Saddle Brown #874A0B

Color information

#874A0B (or 0x874A0B) is unknown color: approx Saddle Brown. HEX triplet: 87, 4A and 0B. RGB value is (135,74,11). Sum of RGB (Red+Green+Blue) = 135+74+11=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #874A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874A0B is #78B5F4. Grayscale: #555555. Windows color (decimal): -7910901 or 739975. OLE color: 739975.

HSL color Cylindrical-coordinate representation of color #874A0B: hue angle of 30.48º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #874A0B is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB1357411-
CMYK00.450.920.47
HSL30.48º84.93%28.63%-
HSV(B)30.48º91.85%52.94%-
XYZ12.510.071.6-
YUV85.0686.21163.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.36%
GREEN value IS 74 (29.30% from 255) = 33.64%
BLUE value IS 11 (4.69% from 255) = 5%
R=61.36%
G=33.64%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135741100.450.920.4730.4884.9328.63
Hex874AB02D5C2F1e551d
Octal20711213055134573612535
Binary10000111100101010110101101101110010111111110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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