#862802

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

Shades of Saddle Brown #862802

Tints of Saddle Brown #862802

Color information

#862802 (or 0x862802) is unknown color: approx Saddle Brown. HEX triplet: 86, 28 and 02. RGB value is (134,40,2). Sum of RGB (Red+Green+Blue) = 134+40+2=176 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.14% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 134 - color contains mainly: red. Hex color #862802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862802 is #79D7FD. Grayscale: #404040. Windows color (decimal): -7985150 or 141446. OLE color: 141446.

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

Color convert

RGB134402-
CMYK00.700.990.47
HSL17.27º97.06%26.67%-
HSV(B)17.27º98.51%52.55%-
XYZ10.66.590.77-
YUV63.7793.14178.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 76.14%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=76.14%
G=22.73%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13440200.700.990.4717.2797.0626.67
Hex86282046632F11611b
Octal2065020106143572114133
Binary100001101010001001000110110001110111110001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862802; }

 p { color: rgb(134,40,2); }

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

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

 a { background-color: rgb(134,40,2); }

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

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

 span { border-color: rgb(134,40,2); }

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