#822900

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

Shades of Saddle Brown #822900

Tints of Saddle Brown #822900

Color information

#822900 (or 0x822900) is unknown color: approx Saddle Brown. HEX triplet: 82, 29 and 00. RGB value is (130,41,0). Sum of RGB (Red+Green+Blue) = 130+41+0=171 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.02% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 130 - color contains mainly: red. Hex color #822900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822900 is #7DD6FF. Grayscale: #3F3F3F. Windows color (decimal): -8247040 or 10626. OLE color: 10626.

HSL color Cylindrical-coordinate representation of color #822900: hue angle of 18.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #822900 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB130410-
CMYK00.6810.49
HSL18.92º100%25.49%-
HSV(B)18.92º100%50.98%-
XYZ106.330.7-
YUV62.9492.49175.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.02%
GREEN value IS 41 (16.41% from 255) = 23.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.02%
G=23.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13041000.6810.4918.9210025.49
Hex822900446431136419
Octal2025100104144612314431
Binary10000010101001001000100110010011000110011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822900; }

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

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

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

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

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

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

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

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