#824006

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

Shades of Saddle Brown #824006

Tints of Saddle Brown #824006

Color information

#824006 (or 0x824006) is unknown color: approx Saddle Brown. HEX triplet: 82, 40 and 06. RGB value is (130,64,6). Sum of RGB (Red+Green+Blue) = 130+64+6=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #824006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824006 is #7DBFF9. Grayscale: #4D4D4D. Windows color (decimal): -8241146 or 409730. OLE color: 409730.

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

Color convert

RGB130646-
CMYK00.510.950.49
HSL28.06º91.18%26.67%-
HSV(B)28.06º95.38%50.98%-
XYZ11.078.431.22-
YUV77.1287.87165.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 6 (2.73% from 255) = 3%
R=65%
G=32%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13064600.510.950.4928.0691.1826.67
Hex824060335F311c5b1b
Octal2021006063137613413333
Binary1000001010000001100110011101111111000111100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824006; }

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

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

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

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

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

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

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

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