#845500

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

Shades of Raw Umber #845500

Tints of Raw Umber #845500

Color information

#845500 (or 0x845500) is unknown color: approx Raw Umber. HEX triplet: 84, 55 and 00. RGB value is (132,85,0). Sum of RGB (Red+Green+Blue) = 132+85+0=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #845500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845500 is #7BAAFF. Grayscale: #595959. Windows color (decimal): -8104704 or 21892. OLE color: 21892.

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

Color convert

RGB132850-
CMYK00.3610.48
HSL38.64º100%25.88%-
HSV(B)38.64º100%51.76%-
XYZ12.7611.41.53-
YUV89.3677.57158.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.83%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.83%
G=39.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13285000.3610.4838.6410025.88
Hex84550024643027641a
Octal2041250044144604714432
Binary100001001010101001001001100100110000100111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845500; }

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

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

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

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

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

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

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

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