#87480A

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

Shades of Saddle Brown #87480A

Tints of Saddle Brown #87480A

Color information

#87480A (or 0x87480A) is unknown color: approx Saddle Brown. HEX triplet: 87, 48 and 0A. RGB value is (135,72,10). Sum of RGB (Red+Green+Blue) = 135+72+10=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #87480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87480A is #78B7F5. Grayscale: #545454. Windows color (decimal): -7911414 or 673927. OLE color: 673927.

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

Color convert

RGB1357210-
CMYK00.470.930.47
HSL29.76º86.21%28.43%-
HSV(B)29.76º92.59%52.94%-
XYZ12.369.811.53-
YUV83.7786.37164.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.21%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 10 (4.30% from 255) = 4.61%
R=62.21%
G=33.18%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135721000.470.930.4729.7686.2128.43
Hex8748A02F5D2F1e561c
Octal20711012057135573612634
Binary10000111100100010100101111101110110111111110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87480A; }

 p { color: rgb(135,72,10); }

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

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

 a { background-color: rgb(135,72,10); }

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

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

 span { border-color: rgb(135,72,10); }

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