#82310D

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

Shades of Saddle Brown #82310D

Tints of Saddle Brown #82310D

Color information

#82310D (or 0x82310D) is unknown color: approx Saddle Brown. HEX triplet: 82, 31 and 0D. RGB value is (130,49,13). Sum of RGB (Red+Green+Blue) = 130+49+13=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #82310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82310D is #7DCEF2. Grayscale: #454545. Windows color (decimal): -8244979 or 864642. OLE color: 864642.

HSL color Cylindrical-coordinate representation of color #82310D: hue angle of 18.46º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82310D is Cyan = 0, Magento = 0.62, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB1304913-
CMYK00.620.90.49
HSL18.46º81.82%28.04%-
HSV(B)18.46º90%50.98%-
XYZ10.386.971.18-
YUV69.1196.34171.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.71%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 13 (5.47% from 255) = 6.77%
R=67.71%
G=25.52%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130491300.620.90.4918.4681.8228.04
Hex8231D03E5A3112521c
Octal2026115076132612212234
Binary1000001011000111010111110101101011000110010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82310D; }

 p { color: rgb(130,49,13); }

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

<style>
 a { background-color: #82310D; }

 a { background-color: rgb(130,49,13); }

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

<style>
 span { border-color: #82310D; }

 span { border-color: rgb(130,49,13); }

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