#822D05

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

Shades of Saddle Brown #822D05

Tints of Saddle Brown #822D05

Color information

#822D05 (or 0x822D05) is unknown color: approx Saddle Brown. HEX triplet: 82, 2D and 05. RGB value is (130,45,5). Sum of RGB (Red+Green+Blue) = 130+45+5=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #822D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822D05 is #7DD2FA. Grayscale: #424242. Windows color (decimal): -8246011 or 339330. OLE color: 339330.

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

Color convert

RGB130455-
CMYK00.650.960.49
HSL19.2º92.59%26.47%-
HSV(B)19.2º96.15%50.98%-
XYZ10.176.630.89-
YUV65.8593.66173.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 72.22%
GREEN value IS 45 (17.97% from 255) = 25%
BLUE value IS 5 (2.34% from 255) = 2.78%
R=72.22%
G=25%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13045500.650.960.4919.292.5926.47
Hex822D50416031135d1a
Octal2025550101140612313532
Binary1000001010110110101000001110000011000110011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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