#825704

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

Shades of Raw Umber #825704

Tints of Raw Umber #825704

Color information

#825704 (or 0x825704) is unknown color: approx Raw Umber. HEX triplet: 82, 57 and 04. RGB value is (130,87,4). Sum of RGB (Red+Green+Blue) = 130+87+4=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #825704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825704 is #7DA8FB. Grayscale: #5A5A5A. Windows color (decimal): -8235260 or 284546. OLE color: 284546.

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

Color convert

RGB130874-
CMYK00.330.970.49
HSL39.52º94.03%26.27%-
HSV(B)39.52º96.92%50.98%-
XYZ12.6411.571.68-
YUV90.479.25156.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.82%
GREEN value IS 87 (34.38% from 255) = 39.37%
BLUE value IS 4 (1.95% from 255) = 1.81%
R=58.82%
G=39.37%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13087400.330.970.4939.5294.0326.27
Hex825740216131285e1a
Octal2021274041141615013632
Binary10000010101011110001000011100001110001101000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825704; }

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

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

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

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

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

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

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

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