#824809

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

Shades of Saddle Brown #824809

Tints of Saddle Brown #824809

Color information

#824809 (or 0x824809) is unknown color: approx Saddle Brown. HEX triplet: 82, 48 and 09. RGB value is (130,72,9). Sum of RGB (Red+Green+Blue) = 130+72+9=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #824809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824809 is #7DB7F6. Grayscale: #525252. Windows color (decimal): -8239095 or 608386. OLE color: 608386.

HSL color Cylindrical-coordinate representation of color #824809: hue angle of 31.24º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #824809 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB130729-
CMYK00.450.930.49
HSL31.24º87.05%27.25%-
HSV(B)31.24º93.08%50.98%-
XYZ11.579.41.46-
YUV82.1686.72162.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.61%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 9 (3.91% from 255) = 4.27%
R=61.61%
G=34.12%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13072900.450.930.4931.2487.0527.25
Hex8248902D5D311f571b
Octal20211011055135613712733
Binary10000010100100010010101101101110111000111111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824809; }

 p { color: rgb(130,72,9); }

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

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

 a { background-color: rgb(130,72,9); }

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

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

 span { border-color: rgb(130,72,9); }

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