#86300C

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

Shades of Saddle Brown #86300C

Tints of Saddle Brown #86300C

Color information

#86300C (or 0x86300C) is unknown color: approx Saddle Brown. HEX triplet: 86, 30 and 0C. RGB value is (134,48,12). Sum of RGB (Red+Green+Blue) = 134+48+12=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #86300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86300C is #79CFF3. Grayscale: #454545. Windows color (decimal): -7983092 or 798854. OLE color: 798854.

HSL color Cylindrical-coordinate representation of color #86300C: hue angle of 17.7º 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 #86300C is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB1344812-
CMYK00.640.910.47
HSL17.7º83.56%28.63%-
HSV(B)17.7º91.04%52.55%-
XYZ10.957.211.16-
YUV69.6195.49173.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 69.07%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 12 (5.08% from 255) = 6.19%
R=69.07%
G=24.74%
B=6.19%

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
Decimal134481200.640.910.4717.783.5628.63
Hex8630C0405B2F12541d
Octal20660140100133572212435
Binary10000110110000110001000000101101110111110010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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