#822A07

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

Shades of Saddle Brown #822A07

Tints of Saddle Brown #822A07

Color information

#822A07 (or 0x822A07) is unknown color: approx Saddle Brown. HEX triplet: 82, 2A and 07. RGB value is (130,42,7). Sum of RGB (Red+Green+Blue) = 130+42+7=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 7 (3.12% from 255 or 3.91% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #822A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822A07 is #7DD5F8. Grayscale: #404040. Windows color (decimal): -8246777 or 469634. OLE color: 469634.

HSL color Cylindrical-coordinate representation of color #822A07: hue angle of 17.07º degrees, saturation: 0.9, 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 #822A07 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB130427-
CMYK00.680.950.49
HSL17.07º89.78%26.86%-
HSV(B)17.07º94.62%50.98%-
XYZ10.076.420.91-
YUV64.3295.65174.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 72.63%
GREEN value IS 42 (16.80% from 255) = 23.46%
BLUE value IS 7 (3.12% from 255) = 3.91%
R=72.63%
G=23.46%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13042700.680.950.4917.0789.7826.86
Hex822A70445F31115a1b
Octal2025270104137612113233
Binary1000001010101011101000100101111111000110001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,42,7); }

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

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

 a { background-color: rgb(130,42,7); }

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

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

 span { border-color: rgb(130,42,7); }

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