#825E00

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

Shades of Raw Umber #825E00

Tints of Raw Umber #825E00

Color information

#825E00 (or 0x825E00) is unknown color: approx Raw Umber. HEX triplet: 82, 5E and 00. RGB value is (130,94,0). Sum of RGB (Red+Green+Blue) = 130+94+0=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #825E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825E00 is #7DA1FF. Grayscale: #5E5E5E. Windows color (decimal): -8233472 or 24194. OLE color: 24194.

HSL color Cylindrical-coordinate representation of color #825E00: hue angle of 43.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #825E00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB130940-
CMYK00.2810.49
HSL43.38º100%25.49%-
HSV(B)43.38º100%50.98%-
XYZ13.2112.751.77-
YUV94.0574.93153.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.04%
GREEN value IS 94 (37.11% from 255) = 41.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.04%
G=41.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13094000.2810.4943.3810025.49
Hex825E001C64312b6419
Octal2021360034144615314431
Binary10000010101111000111001100100110001101011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,94,0); }

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

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

 a { background-color: rgb(130,94,0); }

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

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

 span { border-color: rgb(130,94,0); }

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