#822800

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

Shades of Saddle Brown #822800

Tints of Saddle Brown #822800

Color information

#822800 (or 0x822800) is unknown color: approx Saddle Brown. HEX triplet: 82, 28 and 00. RGB value is (130,40,0). Sum of RGB (Red+Green+Blue) = 130+40+0=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #822800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822800 is #7DD7FF. Grayscale: #3E3E3E. Windows color (decimal): -8247296 or 10370. OLE color: 10370.

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

Color convert

RGB130400-
CMYK00.6910.49
HSL18.46º100%25.49%-
HSV(B)18.46º100%50.98%-
XYZ9.966.260.68-
YUV62.3592.82176.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.47%
GREEN value IS 40 (16.02% from 255) = 23.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.47%
G=23.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13040000.6910.4918.4610025.49
Hex822800456431126419
Octal2025000105144612214431
Binary10000010101000001000101110010011000110010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822800; }

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

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

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

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

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

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

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

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