#822E05

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

Shades of Saddle Brown #822E05

Tints of Saddle Brown #822E05

Color information

#822E05 (or 0x822E05) is unknown color: approx Saddle Brown. HEX triplet: 82, 2E and 05. RGB value is (130,46,5). Sum of RGB (Red+Green+Blue) = 130+46+5=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #822E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822E05 is #7DD1FA. Grayscale: #424242. Windows color (decimal): -8245755 or 339586. OLE color: 339586.

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

Color convert

RGB130465-
CMYK00.650.960.49
HSL19.68º92.59%26.47%-
HSV(B)19.68º96.15%50.98%-
XYZ10.216.710.9-
YUV66.4493.33173.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.82%
GREEN value IS 46 (18.36% from 255) = 25.41%
BLUE value IS 5 (2.34% from 255) = 2.76%
R=71.82%
G=25.41%
B=2.76%

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
Decimal13046500.650.960.4919.6892.5926.47
Hex822E50416031145d1a
Octal2025650101140612413532
Binary1000001010111010101000001110000011000110100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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