#825B04

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

Shades of Raw Umber #825B04

Tints of Raw Umber #825B04

Color information

#825B04 (or 0x825B04) is unknown color: approx Raw Umber. HEX triplet: 82, 5B and 04. RGB value is (130,91,4). Sum of RGB (Red+Green+Blue) = 130+91+4=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #825B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825B04 is #7DA4FB. Grayscale: #5D5D5D. Windows color (decimal): -8234236 or 285570. OLE color: 285570.

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

Color convert

RGB130914-
CMYK00.300.970.49
HSL41.43º94.03%26.27%-
HSV(B)41.43º96.92%50.98%-
XYZ12.9712.241.79-
YUV92.7477.92154.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.78%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 4 (1.95% from 255) = 1.78%
R=57.78%
G=40.44%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13091400.300.970.4941.4394.0326.27
Hex825B401E6131295e1a
Octal2021334036141615113632
Binary1000001010110111000111101100001110001101001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825B04; }

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

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

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

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

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

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

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

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