#825905

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

Shades of Raw Umber #825905

Tints of Raw Umber #825905

Color information

#825905 (or 0x825905) is unknown color: approx Raw Umber. HEX triplet: 82, 59 and 05. RGB value is (130,89,5). Sum of RGB (Red+Green+Blue) = 130+89+5=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #825905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825905 is #7DA6FA. Grayscale: #5C5C5C. Windows color (decimal): -8234747 or 350594. OLE color: 350594.

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

Color convert

RGB130895-
CMYK00.320.960.49
HSL40.32º92.59%26.47%-
HSV(B)40.32º96.15%50.98%-
XYZ12.8111.91.77-
YUV91.6879.08155.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.04%
GREEN value IS 89 (35.16% from 255) = 39.73%
BLUE value IS 5 (2.34% from 255) = 2.23%
R=58.04%
G=39.73%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13089500.320.960.4940.3292.5926.47
Hex825950206031285d1a
Octal2021315040140615013532
Binary10000010101100110101000001100000110001101000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825905; }

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

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

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

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

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

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

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

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