#824609

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

Shades of Saddle Brown #824609

Tints of Saddle Brown #824609

Color information

#824609 (or 0x824609) is unknown color: approx Saddle Brown. HEX triplet: 82, 46 and 09. RGB value is (130,70,9). Sum of RGB (Red+Green+Blue) = 130+70+9=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #824609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824609 is #7DB9F6. Grayscale: #515151. Windows color (decimal): -8239607 or 607874. OLE color: 607874.

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

Color convert

RGB130709-
CMYK00.460.930.49
HSL30.25º87.05%27.25%-
HSV(B)30.25º93.08%50.98%-
XYZ11.459.151.42-
YUV80.9987.38162.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.20%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 9 (3.91% from 255) = 4.31%
R=62.20%
G=33.49%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13070900.460.930.4930.2587.0527.25
Hex8246902E5D311e571b
Octal20210611056135613612733
Binary10000010100011010010101110101110111000111110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824609; }

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

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

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

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

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

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

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

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