#874600

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

Shades of Saddle Brown #874600

Tints of Saddle Brown #874600

Color information

#874600 (or 0x874600) is unknown color: approx Saddle Brown. HEX triplet: 87, 46 and 00. RGB value is (135,70,0). Sum of RGB (Red+Green+Blue) = 135+70+0=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #874600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874600 is #78B9FF. Grayscale: #515151. Windows color (decimal): -7911936 or 18055. OLE color: 18055.

HSL color Cylindrical-coordinate representation of color #874600: hue angle of 31.11º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #874600 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB135700-
CMYK00.4810.47
HSL31.11º100%26.47%-
HSV(B)31.11º100%52.94%-
XYZ12.189.531.2-
YUV81.4582.03166.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 65.85%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.85%
G=34.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13570000.4810.4731.1110026.47
Hex87460030642F1f641a
Octal2071060060144573714432
Binary10000111100011000110000110010010111111111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874600; }

 p { color: rgb(135,70,0); }

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

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

 a { background-color: rgb(135,70,0); }

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

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

 span { border-color: rgb(135,70,0); }

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