#874105

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

Shades of Saddle Brown #874105

Tints of Saddle Brown #874105

Color information

#874105 (or 0x874105) is unknown color: approx Saddle Brown. HEX triplet: 87, 41 and 05. RGB value is (135,65,5). Sum of RGB (Red+Green+Blue) = 135+65+5=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #874105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874105 is #78BEFA. Grayscale: #4F4F4F. Windows color (decimal): -7913211 or 344455. OLE color: 344455.

HSL color Cylindrical-coordinate representation of color #874105: hue angle of 27.69º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #874105 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB135655-
CMYK00.520.960.47
HSL27.69º92.86%27.45%-
HSV(B)27.69º96.3%52.94%-
XYZ11.918.941.24-
YUV79.0986.19167.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 65.85%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 5 (2.34% from 255) = 2.44%
R=65.85%
G=31.71%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13565500.520.960.4727.6992.8627.45
Hex87415034602F1c5d1b
Octal2071015064140573413533
Binary1000011110000011010110100110000010111111100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874105; }

 p { color: rgb(135,65,5); }

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

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

 a { background-color: rgb(135,65,5); }

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

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

 span { border-color: rgb(135,65,5); }

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