#874413

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

Shades of Saddle Brown #874413

Tints of Saddle Brown #874413

Color information

#874413 (or 0x874413) is unknown color: approx Saddle Brown. HEX triplet: 87, 44 and 13. RGB value is (135,68,19). Sum of RGB (Red+Green+Blue) = 135+68+19=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #874413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874413 is #78BBEC. Grayscale: #525252. Windows color (decimal): -7912429 or 1262727. OLE color: 1262727.

HSL color Cylindrical-coordinate representation of color #874413: hue angle of 25.34º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #874413 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB1356819-
CMYK00.500.860.47
HSL25.34º75.32%30.2%-
HSV(B)25.34º85.93%52.94%-
XYZ12.189.331.78-
YUV82.4592.2165.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.81%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 19 (7.81% from 255) = 8.56%
R=60.81%
G=30.63%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135681900.500.860.4725.3475.3230.2
Hex874413032562F194b1e
Octal20710423062126573111336
Binary100001111000100100110110010101011010111111001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874413; }

 p { color: rgb(135,68,19); }

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

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

 a { background-color: rgb(135,68,19); }

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

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

 span { border-color: rgb(135,68,19); }

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