#825312

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

Shades of Raw Umber #825312

Tints of Raw Umber #825312

Color information

#825312 (or 0x825312) is unknown color: approx Raw Umber. HEX triplet: 82, 53 and 12. RGB value is (130,83,18). Sum of RGB (Red+Green+Blue) = 130+83+18=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #825312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825312 is #7DACED. Grayscale: #595959. Windows color (decimal): -8236270 or 1201026. OLE color: 1201026.

HSL color Cylindrical-coordinate representation of color #825312: hue angle of 34.82º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #825312 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB1308318-
CMYK00.360.860.49
HSL34.82º75.68%29.02%-
HSV(B)34.82º86.15%50.98%-
XYZ12.4110.982.04-
YUV89.6487.57156.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.28%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 18 (7.42% from 255) = 7.79%
R=56.28%
G=35.93%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130831800.360.860.4934.8275.6829.02
Hex8253120245631234c1d
Octal20212322044126614311435
Binary1000001010100111001001001001010110110001100011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825312; }

 p { color: rgb(130,83,18); }

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

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

 a { background-color: rgb(130,83,18); }

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

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

 span { border-color: rgb(130,83,18); }

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