#82410A

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

Shades of Saddle Brown #82410A

Tints of Saddle Brown #82410A

Color information

#82410A (or 0x82410A) is unknown color: approx Saddle Brown. HEX triplet: 82, 41 and 0A. RGB value is (130,65,10). Sum of RGB (Red+Green+Blue) = 130+65+10=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #82410A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82410A is #7DBEF5. Grayscale: #4E4E4E. Windows color (decimal): -8240886 or 672130. OLE color: 672130.

HSL color Cylindrical-coordinate representation of color #82410A: hue angle of 27.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 #82410A is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB1306510-
CMYK00.500.920.49
HSL27.5º85.71%27.45%-
HSV(B)27.5º92.31%50.98%-
XYZ11.158.551.35-
YUV78.1789.53164.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.41%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 10 (4.30% from 255) = 4.88%
R=63.41%
G=31.71%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130651000.500.920.4927.585.7127.45
Hex8241A0325C311c561b
Octal20210112062134613412633
Binary10000010100000110100110010101110011000111100101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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