#822F04

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

Shades of Saddle Brown #822F04

Tints of Saddle Brown #822F04

Color information

#822F04 (or 0x822F04) is unknown color: approx Saddle Brown. HEX triplet: 82, 2F and 04. RGB value is (130,47,4). Sum of RGB (Red+Green+Blue) = 130+47+4=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #822F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822F04 is #7DD0FB. Grayscale: #434343. Windows color (decimal): -8245500 or 274306. OLE color: 274306.

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

Color convert

RGB130474-
CMYK00.640.970.49
HSL20.48º94.03%26.27%-
HSV(B)20.48º96.92%50.98%-
XYZ10.246.790.89-
YUV66.9292.5173-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.82%
GREEN value IS 47 (18.75% from 255) = 25.97%
BLUE value IS 4 (1.95% from 255) = 2.21%
R=71.82%
G=25.97%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13047400.640.970.4920.4894.0326.27
Hex822F40406131145e1a
Octal2025740100141612413632
Binary1000001010111110001000000110000111000110100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,47,4); }

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

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

 a { background-color: rgb(130,47,4); }

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

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

 span { border-color: rgb(130,47,4); }

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