#82350D

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

Shades of Saddle Brown #82350D

Tints of Saddle Brown #82350D

Color information

#82350D (or 0x82350D) is unknown color: approx Saddle Brown. HEX triplet: 82, 35 and 0D. RGB value is (130,53,13). Sum of RGB (Red+Green+Blue) = 130+53+13=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #82350D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82350D is #7DCAF2. Grayscale: #474747. Windows color (decimal): -8243955 or 865666. OLE color: 865666.

HSL color Cylindrical-coordinate representation of color #82350D: hue angle of 20.51º 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 #82350D is Cyan = 0, Magento = 0.59, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB1305313-
CMYK00.590.90.49
HSL20.51º81.82%28.04%-
HSV(B)20.51º90%50.98%-
XYZ10.557.321.24-
YUV71.4695.01169.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.33%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 13 (5.47% from 255) = 6.63%
R=66.33%
G=27.04%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130531300.590.90.4920.5181.8228.04
Hex8235D03B5A3115521c
Octal2026515073132612512234
Binary1000001011010111010111011101101011000110101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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