#822D00

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

Shades of Saddle Brown #822D00

Tints of Saddle Brown #822D00

Color information

#822D00 (or 0x822D00) is unknown color: approx Saddle Brown. HEX triplet: 82, 2D and 00. RGB value is (130,45,0). Sum of RGB (Red+Green+Blue) = 130+45+0=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #822D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822D00 is #7DD2FF. Grayscale: #414141. Windows color (decimal): -8246016 or 11650. OLE color: 11650.

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

Color convert

RGB130450-
CMYK00.6510.49
HSL20.77º100%25.49%-
HSV(B)20.77º100%50.98%-
XYZ10.146.620.74-
YUV65.2891.16174.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 74.29%
GREEN value IS 45 (17.97% from 255) = 25.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.29%
G=25.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13045000.6510.4920.7710025.49
Hex822D00416431156419
Octal2025500101144612514431
Binary10000010101101001000001110010011000110101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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