#824112

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

Shades of Saddle Brown #824112

Tints of Saddle Brown #824112

Color information

#824112 (or 0x824112) is unknown color: approx Saddle Brown. HEX triplet: 82, 41 and 12. RGB value is (130,65,18). Sum of RGB (Red+Green+Blue) = 130+65+18=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #824112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824112 is #7DBEED. Grayscale: #4F4F4F. Windows color (decimal): -8240878 or 1196418. OLE color: 1196418.

HSL color Cylindrical-coordinate representation of color #824112: hue angle of 25.18º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #824112 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB1306518-
CMYK00.500.860.49
HSL25.18º75.68%29.02%-
HSV(B)25.18º86.15%50.98%-
XYZ11.218.571.64-
YUV79.0893.53164.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.03%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 18 (7.42% from 255) = 8.45%
R=61.03%
G=30.52%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130651800.500.860.4925.1875.6829.02
Hex8241120325631194c1d
Octal20210122062126613111435
Binary100000101000001100100110010101011011000111001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824112; }

 p { color: rgb(130,65,18); }

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

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

 a { background-color: rgb(130,65,18); }

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

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

 span { border-color: rgb(130,65,18); }

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