#824904

Color #824904 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #824904

Tints of Raw Umber #824904

Color information

#824904 (or 0x824904) is unknown color: approx Raw Umber. HEX triplet: 82, 49 and 04. RGB value is (130,73,4). Sum of RGB (Red+Green+Blue) = 130+73+4=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #824904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824904 is #7DB6FB. Grayscale: #525252. Windows color (decimal): -8238844 or 280962. OLE color: 280962.

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

Color convert

RGB130734-
CMYK00.440.970.49
HSL32.86º94.03%26.27%-
HSV(B)32.86º96.92%50.98%-
XYZ11.619.521.34-
YUV82.1883.88162.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.80%
GREEN value IS 73 (28.91% from 255) = 35.27%
BLUE value IS 4 (1.95% from 255) = 1.93%
R=62.80%
G=35.27%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13073400.440.970.4932.8694.0326.27
Hex8249402C6131215e1a
Octal2021114054141614113632
Binary10000010100100110001011001100001110001100001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824904; }

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

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

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

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

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

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

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

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