#822f07

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

Shades of Saddle Brown #822F07

Tints of Saddle Brown #822F07

Color information

#822F07 (or 0x822F07) is unknown color: approx Saddle Brown. HEX triplet: 82, 2F and 07. RGB value is (130,47,7). Sum of RGB (Red+Green+Blue) = 130+47+7=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #822F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822F07 is #7DD0F8. Grayscale: #434343. Windows color (decimal): -8245497 or 470914. OLE color: 470914.

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

Color convert

RGB130477-
CMYK00.640.950.49
HSL19.51º89.78%26.86%-
HSV(B)19.51º94.62%50.98%-
XYZ10.266.790.97-
YUV67.2694172.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.65%
GREEN value IS 47 (18.75% from 255) = 25.54%
BLUE value IS 7 (3.12% from 255) = 3.80%
R=70.65%
G=25.54%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13047700.640.950.4919.5189.7826.86
Hex822F70405F31145a1b
Octal2025770100137612413233
Binary1000001010111111101000000101111111000110100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822f07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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