#824509

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

Shades of Saddle Brown #824509

Tints of Saddle Brown #824509

Color information

#824509 (or 0x824509) is unknown color: approx Saddle Brown. HEX triplet: 82, 45 and 09. RGB value is (130,69,9). Sum of RGB (Red+Green+Blue) = 130+69+9=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #824509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824509 is #7DBAF6. Grayscale: #505050. Windows color (decimal): -8239863 or 607618. OLE color: 607618.

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

Color convert

RGB130699-
CMYK00.470.930.49
HSL29.75º87.05%27.25%-
HSV(B)29.75º93.08%50.98%-
XYZ11.389.021.4-
YUV80.487.71163.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.5%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 9 (3.91% from 255) = 4.33%
R=62.5%
G=33.17%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13069900.470.930.4929.7587.0527.25
Hex8245902F5D311e571b
Octal20210511057135613612733
Binary10000010100010110010101111101110111000111110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824509; }

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

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

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

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

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

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

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

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