#822E07

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

Shades of Saddle Brown #822E07

Tints of Saddle Brown #822E07

Color information

#822E07 (or 0x822E07) is unknown color: approx Saddle Brown. HEX triplet: 82, 2E and 07. RGB value is (130,46,7). Sum of RGB (Red+Green+Blue) = 130+46+7=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #822E07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822E07 is #7DD1F8. Grayscale: #424242. Windows color (decimal): -8245753 or 470658. OLE color: 470658.

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

Color convert

RGB130467-
CMYK00.650.950.49
HSL19.02º89.78%26.86%-
HSV(B)19.02º94.62%50.98%-
XYZ10.226.720.96-
YUV66.6794.33173.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.04%
GREEN value IS 46 (18.36% from 255) = 25.14%
BLUE value IS 7 (3.12% from 255) = 3.83%
R=71.04%
G=25.14%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13046700.650.950.4919.0289.7826.86
Hex822E70415F31135a1b
Octal2025670101137612313233
Binary1000001010111011101000001101111111000110011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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