#845212

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

Shades of Raw Umber #845212

Tints of Raw Umber #845212

Color information

#845212 (or 0x845212) is unknown color: approx Raw Umber. HEX triplet: 84, 52 and 12. RGB value is (132,82,18). Sum of RGB (Red+Green+Blue) = 132+82+18=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #845212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845212 is #7BADED. Grayscale: #595959. Windows color (decimal): -8105454 or 1200772. OLE color: 1200772.

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

Color convert

RGB1328218-
CMYK00.380.860.48
HSL33.68º76%29.41%-
HSV(B)33.68º86.36%51.76%-
XYZ12.6410.982.03-
YUV89.6587.56158.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.90%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 18 (7.42% from 255) = 7.76%
R=56.90%
G=35.34%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132821800.380.860.4833.687629.41
Hex8452120265630224c1d
Octal20412222046126604211435
Binary1000010010100101001001001101010110110000100010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845212; }

 p { color: rgb(132,82,18); }

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

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

 a { background-color: rgb(132,82,18); }

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

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

 span { border-color: rgb(132,82,18); }

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