#822E08

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

Shades of Saddle Brown #822E08

Tints of Saddle Brown #822E08

Color information

#822E08 (or 0x822E08) is unknown color: approx Saddle Brown. HEX triplet: 82, 2E and 08. RGB value is (130,46,8). Sum of RGB (Red+Green+Blue) = 130+46+8=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #822E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822E08 is #7DD1F7. Grayscale: #434343. Windows color (decimal): -8245752 or 536194. OLE color: 536194.

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

Color convert

RGB130468-
CMYK00.650.940.49
HSL18.69º88.41%27.06%-
HSV(B)18.69º93.85%50.98%-
XYZ10.236.720.99-
YUV66.7894.83173.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.65%
GREEN value IS 46 (18.36% from 255) = 25%
BLUE value IS 8 (3.52% from 255) = 4.35%
R=70.65%
G=25%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13046800.650.940.4918.6988.4127.06
Hex822E80415E3113581b
Octal20256100101136612313033
Binary10000010101110100001000001101111011000110011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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