#825504

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

Shades of Raw Umber #825504

Tints of Raw Umber #825504

Color information

#825504 (or 0x825504) is unknown color: approx Raw Umber. HEX triplet: 82, 55 and 04. RGB value is (130,85,4). Sum of RGB (Red+Green+Blue) = 130+85+4=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #825504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825504 is #7DAAFB. Grayscale: #595959. Windows color (decimal): -8235772 or 284034. OLE color: 284034.

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

Color convert

RGB130854-
CMYK00.350.970.49
HSL38.57º94.03%26.27%-
HSV(B)38.57º96.92%50.98%-
XYZ12.4811.251.63-
YUV89.2279.91157.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.36%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 4 (1.95% from 255) = 1.83%
R=59.36%
G=38.81%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13085400.350.970.4938.5794.0326.27
Hex825540236131275e1a
Octal2021254043141614713632
Binary10000010101010110001000111100001110001100111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825504; }

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

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

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

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

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

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

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

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