#824506

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

Shades of Saddle Brown #824506

Tints of Saddle Brown #824506

Color information

#824506 (or 0x824506) is unknown color: approx Saddle Brown. HEX triplet: 82, 45 and 06. RGB value is (130,69,6). Sum of RGB (Red+Green+Blue) = 130+69+6=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #824506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824506 is #7DBAF9. Grayscale: #505050. Windows color (decimal): -8239866 or 411010. OLE color: 411010.

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

Color convert

RGB130696-
CMYK00.470.950.49
HSL30.48º91.18%26.67%-
HSV(B)30.48º95.38%50.98%-
XYZ11.379.021.31-
YUV80.0686.21163.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.41%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 6 (2.73% from 255) = 2.93%
R=63.41%
G=33.66%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13069600.470.950.4930.4891.1826.67
Hex8245602F5F311e5b1b
Octal2021056057137613613333
Binary1000001010001011100101111101111111000111110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824506; }

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

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

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

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

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

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

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

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