#82350E

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

Shades of Saddle Brown #82350E

Tints of Saddle Brown #82350E

Color information

#82350E (or 0x82350E) is unknown color: approx Saddle Brown. HEX triplet: 82, 35 and 0E. RGB value is (130,53,14). Sum of RGB (Red+Green+Blue) = 130+53+14=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #82350E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82350E is #7DCAF1. Grayscale: #474747. Windows color (decimal): -8243954 or 931202. OLE color: 931202.

HSL color Cylindrical-coordinate representation of color #82350E: hue angle of 20.17º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82350E is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB1305314-
CMYK00.590.890.49
HSL20.17º80.56%28.24%-
HSV(B)20.17º89.23%50.98%-
XYZ10.567.321.27-
YUV71.5895.51169.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.99%
GREEN value IS 53 (21.09% from 255) = 26.90%
BLUE value IS 14 (5.86% from 255) = 7.11%
R=65.99%
G=26.90%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130531400.590.890.4920.1780.5628.24
Hex8235E03B593114511c
Octal2026516073131612412134
Binary1000001011010111100111011101100111000110100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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