#822F0D

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

Shades of Saddle Brown #822F0D

Tints of Saddle Brown #822F0D

Color information

#822F0D (or 0x822F0D) is unknown color: approx Saddle Brown. HEX triplet: 82, 2F and 0D. RGB value is (130,47,13). Sum of RGB (Red+Green+Blue) = 130+47+13=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #822F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822F0D is #7DD0F2. Grayscale: #444444. Windows color (decimal): -8245491 or 864130. OLE color: 864130.

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

Color convert

RGB1304713-
CMYK00.640.90.49
HSL17.44º81.82%28.04%-
HSV(B)17.44º90%50.98%-
XYZ10.36.811.15-
YUV67.9497172.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 68.42%
GREEN value IS 47 (18.75% from 255) = 24.74%
BLUE value IS 13 (5.47% from 255) = 6.84%
R=68.42%
G=24.74%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130471300.640.90.4917.4481.8228.04
Hex822FD0405A3111521c
Octal20257150100132612112234
Binary10000010101111110101000000101101011000110001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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