#82420A

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

Shades of Saddle Brown #82420A

Tints of Saddle Brown #82420A

Color information

#82420A (or 0x82420A) is unknown color: approx Saddle Brown. HEX triplet: 82, 42 and 0A. RGB value is (130,66,10). Sum of RGB (Red+Green+Blue) = 130+66+10=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #82420A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82420A is #7DBDF5. Grayscale: #4F4F4F. Windows color (decimal): -8240630 or 672386. OLE color: 672386.

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

Color convert

RGB1306610-
CMYK00.490.920.49
HSL28º85.71%27.45%-
HSV(B)28º92.31%50.98%-
XYZ11.218.661.37-
YUV78.7589.2164.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.11%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 10 (4.30% from 255) = 4.85%
R=63.11%
G=32.04%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130661000.490.920.492885.7127.45
Hex8242A0315C311c561b
Octal20210212061134613412633
Binary10000010100001010100110001101110011000111100101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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