#845900

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

Shades of Raw Umber #845900

Tints of Raw Umber #845900

Color information

#845900 (or 0x845900) is unknown color: approx Raw Umber. HEX triplet: 84, 59 and 00. RGB value is (132,89,0). Sum of RGB (Red+Green+Blue) = 132+89+0=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #845900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845900 is #7BA6FF. Grayscale: #5C5C5C. Windows color (decimal): -8103680 or 22916. OLE color: 22916.

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

Color convert

RGB132890-
CMYK00.3310.48
HSL40.45º100%25.88%-
HSV(B)40.45º100%51.76%-
XYZ13.0912.051.64-
YUV91.7176.25156.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.73%
GREEN value IS 89 (35.16% from 255) = 40.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.73%
G=40.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13289000.3310.4840.4510025.88
Hex84590021643028641a
Octal2041310041144605014432
Binary100001001011001001000011100100110000101000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845900; }

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

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

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

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

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

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

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

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