#824908

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

Shades of Saddle Brown #824908

Tints of Saddle Brown #824908

Color information

#824908 (or 0x824908) is unknown color: approx Saddle Brown. HEX triplet: 82, 49 and 08. RGB value is (130,73,8). Sum of RGB (Red+Green+Blue) = 130+73+8=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #824908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824908 is #7DB6F7. Grayscale: #525252. Windows color (decimal): -8238840 or 543106. OLE color: 543106.

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

Color convert

RGB130738-
CMYK00.440.940.49
HSL31.97º88.41%27.06%-
HSV(B)31.97º93.85%50.98%-
XYZ11.639.531.46-
YUV82.6385.88161.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.61%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 8 (3.52% from 255) = 3.79%
R=61.61%
G=34.60%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13073800.440.940.4931.9788.4127.06
Hex8249802C5E3120581b
Octal20211110054136614013033
Binary100000101001001100001011001011110110001100000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824908; }

 p { color: rgb(130,73,8); }

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

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

 a { background-color: rgb(130,73,8); }

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

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

 span { border-color: rgb(130,73,8); }

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