#824012

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

Shades of Saddle Brown #824012

Tints of Saddle Brown #824012

Color information

#824012 (or 0x824012) is unknown color: approx Saddle Brown. HEX triplet: 82, 40 and 12. RGB value is (130,64,18). Sum of RGB (Red+Green+Blue) = 130+64+18=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #824012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824012 is #7DBFED. Grayscale: #4E4E4E. Windows color (decimal): -8241134 or 1196162. OLE color: 1196162.

HSL color Cylindrical-coordinate representation of color #824012: hue angle of 24.64º 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 #824012 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB1306418-
CMYK00.510.860.49
HSL24.64º75.68%29.02%-
HSV(B)24.64º86.15%50.98%-
XYZ11.158.461.62-
YUV78.4993.87164.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.32%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 18 (7.42% from 255) = 8.49%
R=61.32%
G=30.19%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130641800.510.860.4924.6475.6829.02
Hex8240120335631194c1d
Octal20210022063126613111435
Binary100000101000000100100110011101011011000111001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824012; }

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

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

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

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

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

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

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

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