#82460B

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

Shades of Saddle Brown #82460B

Tints of Saddle Brown #82460B

Color information

#82460B (or 0x82460B) is unknown color: approx Saddle Brown. HEX triplet: 82, 46 and 0B. RGB value is (130,70,11). Sum of RGB (Red+Green+Blue) = 130+70+11=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #82460B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82460B is #7DB9F4. Grayscale: #515151. Windows color (decimal): -8239605 or 738946. OLE color: 738946.

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

Color convert

RGB1307011-
CMYK00.460.920.49
HSL29.75º84.4%27.65%-
HSV(B)29.75º91.54%50.98%-
XYZ11.469.151.48-
YUV81.2188.38162.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.61%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 11 (4.69% from 255) = 5.21%
R=61.61%
G=33.18%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130701100.460.920.4929.7584.427.65
Hex8246B02E5C311e541c
Octal20210613056134613612434
Binary10000010100011010110101110101110011000111110101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82460B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82460B; }

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

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

<style>
 a { background-color: #82460B; }

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

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

<style>
 span { border-color: #82460B; }

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

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