#825A05

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

Shades of Raw Umber #825A05

Tints of Raw Umber #825A05

Color information

#825A05 (or 0x825A05) is unknown color: approx Raw Umber. HEX triplet: 82, 5A and 05. RGB value is (130,90,5). Sum of RGB (Red+Green+Blue) = 130+90+5=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #825A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825A05 is #7DA5FA. Grayscale: #5C5C5C. Windows color (decimal): -8234491 or 350850. OLE color: 350850.

HSL color Cylindrical-coordinate representation of color #825A05: hue angle of 40.8º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #825A05 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB130905-
CMYK00.310.960.49
HSL40.8º92.59%26.47%-
HSV(B)40.8º96.15%50.98%-
XYZ12.8912.071.79-
YUV92.2778.75154.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.78%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 5 (2.34% from 255) = 2.22%
R=57.78%
G=40%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13090500.310.960.4940.892.5926.47
Hex825A501F6031295d1a
Octal2021325037140615113532
Binary1000001010110101010111111100000110001101001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,90,5); }

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

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

 a { background-color: rgb(130,90,5); }

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

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

 span { border-color: rgb(130,90,5); }

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