#82490A

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

Shades of Saddle Brown #82490A

Tints of Saddle Brown #82490A

Color information

#82490A (or 0x82490A) is unknown color: approx Saddle Brown. HEX triplet: 82, 49 and 0A. RGB value is (130,73,10). Sum of RGB (Red+Green+Blue) = 130+73+10=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #82490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82490A is #7DB6F5. Grayscale: #535353. Windows color (decimal): -8238838 or 674178. OLE color: 674178.

HSL color Cylindrical-coordinate representation of color #82490A: hue angle of 31.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82490A is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB1307310-
CMYK00.440.920.49
HSL31.5º85.71%27.45%-
HSV(B)31.5º92.31%50.98%-
XYZ11.649.531.51-
YUV82.8686.88161.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.03%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 10 (4.30% from 255) = 4.69%
R=61.03%
G=34.27%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130731000.440.920.4931.585.7127.45
Hex8249A02C5C3120561b
Octal20211112054134614012633
Binary100000101001001101001011001011100110001100000101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82490A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82490A; }

 p { color: rgb(130,73,10); }

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

<style>
 a { background-color: #82490A; }

 a { background-color: rgb(130,73,10); }

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

<style>
 span { border-color: #82490A; }

 span { border-color: rgb(130,73,10); }

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