#845412

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

Shades of Raw Umber #845412

Tints of Raw Umber #845412

Color information

#845412 (or 0x845412) is unknown color: approx Raw Umber. HEX triplet: 84, 54 and 12. RGB value is (132,84,18). Sum of RGB (Red+Green+Blue) = 132+84+18=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #845412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845412 is #7BABED. Grayscale: #5B5B5B. Windows color (decimal): -8104942 or 1201284. OLE color: 1201284.

HSL color Cylindrical-coordinate representation of color #845412: hue angle of 34.74º 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 #845412 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1328418-
CMYK00.360.860.48
HSL34.74º76%29.41%-
HSV(B)34.74º86.36%51.76%-
XYZ12.811.292.08-
YUV90.8386.9157.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.41%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 18 (7.42% from 255) = 7.69%
R=56.41%
G=35.90%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132841800.360.860.4834.747629.41
Hex8454120245630234c1d
Octal20412422044126604311435
Binary1000010010101001001001001001010110110000100011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845412; }

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

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

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

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

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

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

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

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