#824009

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

Shades of Saddle Brown #824009

Tints of Saddle Brown #824009

Color information

#824009 (or 0x824009) is unknown color: approx Saddle Brown. HEX triplet: 82, 40 and 09. RGB value is (130,64,9). Sum of RGB (Red+Green+Blue) = 130+64+9=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #824009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824009 is #7DBFF6. Grayscale: #4D4D4D. Windows color (decimal): -8241143 or 606338. OLE color: 606338.

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

Color convert

RGB130649-
CMYK00.510.930.49
HSL27.27º87.05%27.25%-
HSV(B)27.27º93.08%50.98%-
XYZ11.098.431.3-
YUV77.4689.37165.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.04%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 9 (3.91% from 255) = 4.43%
R=64.04%
G=31.53%
B=4.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13064900.510.930.4927.2787.0527.25
Hex824090335D311b571b
Octal20210011063135613312733
Binary10000010100000010010110011101110111000111011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824009; }

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

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

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

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

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

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

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

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