#86420F

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

Shades of Saddle Brown #86420F

Tints of Saddle Brown #86420F

Color information

#86420F (or 0x86420F) is unknown color: approx Saddle Brown. HEX triplet: 86, 42 and 0F. RGB value is (134,66,15). Sum of RGB (Red+Green+Blue) = 134+66+15=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #86420F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86420F is #79BDF0. Grayscale: #505050. Windows color (decimal): -7978481 or 1000070. OLE color: 1000070.

HSL color Cylindrical-coordinate representation of color #86420F: hue angle of 25.71º 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 #86420F is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1346615-
CMYK00.510.890.47
HSL25.71º79.87%29.22%-
HSV(B)25.71º88.81%52.55%-
XYZ11.8791.56-
YUV80.5291.03166.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.33%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 15 (6.25% from 255) = 6.98%
R=62.33%
G=30.70%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134661500.510.890.4725.7179.8729.22
Hex8642F033592F1a501d
Octal20610217063131573212035
Binary10000110100001011110110011101100110111111010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,66,15); }

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

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

 a { background-color: rgb(134,66,15); }

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

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

 span { border-color: rgb(134,66,15); }

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