#845712

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

Shades of Raw Umber #845712

Tints of Raw Umber #845712

Color information

#845712 (or 0x845712) is unknown color: approx Raw Umber. HEX triplet: 84, 57 and 12. RGB value is (132,87,18). Sum of RGB (Red+Green+Blue) = 132+87+18=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #845712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845712 is #7BA8ED. Grayscale: #5C5C5C. Windows color (decimal): -8104174 or 1202052. OLE color: 1202052.

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

Color convert

RGB1328718-
CMYK00.340.860.48
HSL36.32º76%29.41%-
HSV(B)36.32º86.36%51.76%-
XYZ13.0311.772.16-
YUV92.5985.91156.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.70%
GREEN value IS 87 (34.38% from 255) = 36.71%
BLUE value IS 18 (7.42% from 255) = 7.59%
R=55.70%
G=36.71%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132871800.340.860.4836.327629.41
Hex8457120225630244c1d
Octal20412722042126604411435
Binary1000010010101111001001000101010110110000100100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845712; }

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

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

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

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

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

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

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

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