#862800

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

Shades of Saddle Brown #862800

Tints of Saddle Brown #862800

Color information

#862800 (or 0x862800) is unknown color: approx Saddle Brown. HEX triplet: 86, 28 and 00. RGB value is (134,40,0). Sum of RGB (Red+Green+Blue) = 134+40+0=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #862800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862800 is #79D7FF. Grayscale: #3F3F3F. Windows color (decimal): -7985152 or 10374. OLE color: 10374.

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

Color convert

RGB134400-
CMYK00.7010.47
HSL17.91º100%26.27%-
HSV(B)17.91º100%52.55%-
XYZ10.596.590.71-
YUV63.5592.14178.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 77.01%
GREEN value IS 40 (16.02% from 255) = 22.99%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.01%
G=22.99%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13440000.7010.4717.9110026.27
Hex86280046642F12641a
Octal2065000106144572214432
Binary10000110101000001000110110010010111110010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862800; }

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

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

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

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

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

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

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

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