#862900

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

Shades of Saddle Brown #862900

Tints of Saddle Brown #862900

Color information

#862900 (or 0x862900) is unknown color: approx Saddle Brown. HEX triplet: 86, 29 and 00. RGB value is (134,41,0). Sum of RGB (Red+Green+Blue) = 134+41+0=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #862900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862900 is #79D6FF. Grayscale: #404040. Windows color (decimal): -7984896 or 10630. OLE color: 10630.

HSL color Cylindrical-coordinate representation of color #862900: hue angle of 18.36º 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 #862900 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB134410-
CMYK00.6910.47
HSL18.36º100%26.27%-
HSV(B)18.36º100%52.55%-
XYZ10.626.650.72-
YUV64.1391.81177.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 76.57%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.57%
G=23.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13441000.6910.4718.3610026.27
Hex86290045642F12641a
Octal2065100105144572214432
Binary10000110101001001000101110010010111110010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862900; }

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

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

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

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

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

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

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

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