#822F0B

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

Shades of Saddle Brown #822F0B

Tints of Saddle Brown #822F0B

Color information

#822F0B (or 0x822F0B) is unknown color: approx Saddle Brown. HEX triplet: 82, 2F and 0B. RGB value is (130,47,11). Sum of RGB (Red+Green+Blue) = 130+47+11=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #822F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822F0B is #7DD0F4. Grayscale: #434343. Windows color (decimal): -8245493 or 733058. OLE color: 733058.

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

Color convert

RGB1304711-
CMYK00.640.920.49
HSL18.15º84.4%27.65%-
HSV(B)18.15º91.54%50.98%-
XYZ10.286.81.09-
YUV67.7196172.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 69.15%
GREEN value IS 47 (18.75% from 255) = 25%
BLUE value IS 11 (4.69% from 255) = 5.85%
R=69.15%
G=25%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130471100.640.920.4918.1584.427.65
Hex822FB0405C3112541c
Octal20257130100134612212434
Binary10000010101111101101000000101110011000110010101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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