#825214

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

Shades of Raw Umber #825214

Tints of Raw Umber #825214

Color information

#825214 (or 0x825214) is unknown color: approx Raw Umber. HEX triplet: 82, 52 and 14. RGB value is (130,82,20). Sum of RGB (Red+Green+Blue) = 130+82+20=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #825214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825214 is #7DADEB. Grayscale: #595959. Windows color (decimal): -8236524 or 1331842. OLE color: 1331842.

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

Color convert

RGB1308220-
CMYK00.370.850.49
HSL33.82º73.33%29.41%-
HSV(B)33.82º84.62%50.98%-
XYZ12.3510.832.1-
YUV89.2888.9157.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.03%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 20 (8.20% from 255) = 8.62%
R=56.03%
G=35.34%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130822000.370.850.4933.8273.3329.41
Hex825214025553122491d
Octal20212224045125614211135
Binary1000001010100101010001001011010101110001100010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825214; }

 p { color: rgb(130,82,20); }

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

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

 a { background-color: rgb(130,82,20); }

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

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

 span { border-color: rgb(130,82,20); }

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