#845005

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

Shades of Raw Umber #845005

Tints of Raw Umber #845005

Color information

#845005 (or 0x845005) is unknown color: approx Raw Umber. HEX triplet: 84, 50 and 05. RGB value is (132,80,5). Sum of RGB (Red+Green+Blue) = 132+80+5=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #845005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845005 is #7BAFFA. Grayscale: #575757. Windows color (decimal): -8105979 or 348292. OLE color: 348292.

HSL color Cylindrical-coordinate representation of color #845005: hue angle of 35.43º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #845005 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB132805-
CMYK00.390.960.48
HSL35.43º92.7%26.86%-
HSV(B)35.43º96.21%51.76%-
XYZ12.4110.651.55-
YUV8781.73160.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.83%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 5 (2.34% from 255) = 2.30%
R=60.83%
G=36.87%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13280500.390.960.4835.4392.726.86
Hex845050276030235d1b
Octal2041205047140604313533
Binary10000100101000010101001111100000110000100011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845005; }

 p { color: rgb(132,80,5); }

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

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

 a { background-color: rgb(132,80,5); }

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

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

 span { border-color: rgb(132,80,5); }

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