#87300C

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

Shades of Saddle Brown #87300C

Tints of Saddle Brown #87300C

Color information

#87300C (or 0x87300C) is unknown color: approx Saddle Brown. HEX triplet: 87, 30 and 0C. RGB value is (135,48,12). Sum of RGB (Red+Green+Blue) = 135+48+12=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #87300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87300C is #78CFF3. Grayscale: #464646. Windows color (decimal): -7917556 or 798855. OLE color: 798855.

HSL color Cylindrical-coordinate representation of color #87300C: hue angle of 17.56º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87300C is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB1354812-
CMYK00.640.910.47
HSL17.56º83.67%28.82%-
HSV(B)17.56º91.11%52.94%-
XYZ11.117.291.17-
YUV69.9195.32174.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.23%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 12 (5.08% from 255) = 6.15%
R=69.23%
G=24.62%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135481200.640.910.4717.5683.6728.82
Hex8730C0405B2F12541d
Octal20760140100133572212435
Binary10000111110000110001000000101101110111110010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87300C; }

 p { color: rgb(135,48,12); }

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

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

 a { background-color: rgb(135,48,12); }

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

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

 span { border-color: rgb(135,48,12); }

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