#87480D

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

Shades of Saddle Brown #87480D

Tints of Saddle Brown #87480D

Color information

#87480D (or 0x87480D) is unknown color: approx Saddle Brown. HEX triplet: 87, 48 and 0D. RGB value is (135,72,13). Sum of RGB (Red+Green+Blue) = 135+72+13=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #87480D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87480D is #78B7F2. Grayscale: #545454. Windows color (decimal): -7911411 or 870535. OLE color: 870535.

HSL color Cylindrical-coordinate representation of color #87480D: hue angle of 29.02º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87480D is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1357213-
CMYK00.470.900.47
HSL29.02º82.43%29.02%-
HSV(B)29.02º90.37%52.94%-
XYZ12.389.811.62-
YUV84.1187.87164.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.36%
GREEN value IS 72 (28.52% from 255) = 32.73%
BLUE value IS 13 (5.47% from 255) = 5.91%
R=61.36%
G=32.73%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135721300.470.900.4729.0282.4329.02
Hex8748D02F5A2F1d521d
Octal20711015057132573512235
Binary10000111100100011010101111101101010111111101101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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