#825604

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

Shades of Raw Umber #825604

Tints of Raw Umber #825604

Color information

#825604 (or 0x825604) is unknown color: approx Raw Umber. HEX triplet: 82, 56 and 04. RGB value is (130,86,4). Sum of RGB (Red+Green+Blue) = 130+86+4=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #825604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825604 is #7DA9FB. Grayscale: #5A5A5A. Windows color (decimal): -8235516 or 284290. OLE color: 284290.

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

Color convert

RGB130864-
CMYK00.340.970.49
HSL39.05º94.03%26.27%-
HSV(B)39.05º96.92%50.98%-
XYZ12.5611.411.66-
YUV89.8179.58156.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.09%
GREEN value IS 86 (33.98% from 255) = 39.09%
BLUE value IS 4 (1.95% from 255) = 1.82%
R=59.09%
G=39.09%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13086400.340.970.4939.0594.0326.27
Hex825640226131275e1a
Octal2021264042141614713632
Binary10000010101011010001000101100001110001100111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825604; }

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

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

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

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

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

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

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

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