#862F04

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

Shades of Saddle Brown #862F04

Tints of Saddle Brown #862F04

Color information

#862F04 (or 0x862F04) is unknown color: approx Saddle Brown. HEX triplet: 86, 2F and 04. RGB value is (134,47,4). Sum of RGB (Red+Green+Blue) = 134+47+4=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #862F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862F04 is #79D0FB. Grayscale: #444444. Windows color (decimal): -7983356 or 274310. OLE color: 274310.

HSL color Cylindrical-coordinate representation of color #862F04: hue angle of 19.85º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #862F04 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB134474-
CMYK00.650.970.47
HSL19.85º94.2%27.06%-
HSV(B)19.85º97.01%52.55%-
XYZ10.877.110.91-
YUV68.1191.82175-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 72.43%
GREEN value IS 47 (18.75% from 255) = 25.41%
BLUE value IS 4 (1.95% from 255) = 2.16%
R=72.43%
G=25.41%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13447400.650.970.4719.8594.227.06
Hex862F4041612F145e1b
Octal2065740101141572413633
Binary1000011010111110001000001110000110111110100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862F04; }

 p { color: rgb(134,47,4); }

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

<style>
 a { background-color: #862F04; }

 a { background-color: rgb(134,47,4); }

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

<style>
 span { border-color: #862F04; }

 span { border-color: rgb(134,47,4); }

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