#87380F

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

Shades of Saddle Brown #87380F

Tints of Saddle Brown #87380F

Color information

#87380F (or 0x87380F) is unknown color: approx Saddle Brown. HEX triplet: 87, 38 and 0F. RGB value is (135,56,15). Sum of RGB (Red+Green+Blue) = 135+56+15=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #87380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87380F is #78C7F0. Grayscale: #4B4B4B. Windows color (decimal): -7915505 or 997511. OLE color: 997511.

HSL color Cylindrical-coordinate representation of color #87380F: hue angle of 20.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87380F is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1355615-
CMYK00.590.890.47
HSL20.5º80%29.41%-
HSV(B)20.5º88.89%52.94%-
XYZ11.498.011.39-
YUV74.9594.17170.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 65.53%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 15 (6.25% from 255) = 7.28%
R=65.53%
G=27.18%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135561500.590.890.4720.58029.41
Hex8738F03B592F14501d
Octal2077017073131572412035
Binary1000011111100011110111011101100110111110100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87380F; }

 p { color: rgb(135,56,15); }

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

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

 a { background-color: rgb(135,56,15); }

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

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

 span { border-color: rgb(135,56,15); }

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