#845700

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

Shades of Raw Umber #845700

Tints of Raw Umber #845700

Color information

#845700 (or 0x845700) is unknown color: approx Raw Umber. HEX triplet: 84, 57 and 00. RGB value is (132,87,0). Sum of RGB (Red+Green+Blue) = 132+87+0=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #845700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845700 is #7BA8FF. Grayscale: #5A5A5A. Windows color (decimal): -8104192 or 22404. OLE color: 22404.

HSL color Cylindrical-coordinate representation of color #845700: hue angle of 39.55º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #845700 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB132870-
CMYK00.3410.48
HSL39.55º100%25.88%-
HSV(B)39.55º100%51.76%-
XYZ12.9211.721.58-
YUV90.5476.91157.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.27%
GREEN value IS 87 (34.38% from 255) = 39.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.27%
G=39.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13287000.3410.4839.5510025.88
Hex84570022643028641a
Octal2041270042144605014432
Binary100001001010111001000101100100110000101000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845700; }

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

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

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

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

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

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

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

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