#86500C

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

Shades of Saddle Brown #86500C

Tints of Saddle Brown #86500C

Color information

#86500C (or 0x86500C) is unknown color: approx Saddle Brown. HEX triplet: 86, 50 and 0C. RGB value is (134,80,12). Sum of RGB (Red+Green+Blue) = 134+80+12=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #86500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86500C is #79AFF3. Grayscale: #585858. Windows color (decimal): -7974900 or 807046. OLE color: 807046.

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

Color convert

RGB1348012-
CMYK00.400.910.47
HSL33.44º83.56%28.63%-
HSV(B)33.44º91.04%52.55%-
XYZ12.7710.831.77-
YUV88.3984.89160.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.29%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 12 (5.08% from 255) = 5.31%
R=59.29%
G=35.40%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134801200.400.910.4733.4483.5628.63
Hex8650C0285B2F21541d
Octal20612014050133574112435
Binary100001101010000110001010001011011101111100001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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