#822D06

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

Shades of Saddle Brown #822D06

Tints of Saddle Brown #822D06

Color information

#822D06 (or 0x822D06) is unknown color: approx Saddle Brown. HEX triplet: 82, 2D and 06. RGB value is (130,45,6). Sum of RGB (Red+Green+Blue) = 130+45+6=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #822D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822D06 is #7DD2F9. Grayscale: #424242. Windows color (decimal): -8246010 or 404866. OLE color: 404866.

HSL color Cylindrical-coordinate representation of color #822D06: hue angle of 18.87º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #822D06 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB130456-
CMYK00.650.950.49
HSL18.87º91.18%26.67%-
HSV(B)18.87º95.38%50.98%-
XYZ10.186.640.92-
YUV65.9794.16173.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.82%
GREEN value IS 45 (17.97% from 255) = 24.86%
BLUE value IS 6 (2.73% from 255) = 3.31%
R=71.82%
G=24.86%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13045600.650.950.4918.8791.1826.67
Hex822D60415F31135b1b
Octal2025560101137612313333
Binary1000001010110111001000001101111111000110011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822D06; }

 p { color: rgb(130,45,6); }

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

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

 a { background-color: rgb(130,45,6); }

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

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

 span { border-color: rgb(130,45,6); }

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