#845808

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

Shades of Raw Umber #845808

Tints of Raw Umber #845808

Color information

#845808 (or 0x845808) is unknown color: approx Raw Umber. HEX triplet: 84, 58 and 08. RGB value is (132,88,8). Sum of RGB (Red+Green+Blue) = 132+88+8=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #845808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845808 is #7BA7F7. Grayscale: #5C5C5C. Windows color (decimal): -8103928 or 546948. OLE color: 546948.

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

Color convert

RGB132888-
CMYK00.330.940.48
HSL38.71º88.57%27.45%-
HSV(B)38.71º93.94%51.76%-
XYZ13.0511.91.84-
YUV92.0480.58156.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.89%
GREEN value IS 88 (34.77% from 255) = 38.60%
BLUE value IS 8 (3.52% from 255) = 3.51%
R=57.89%
G=38.60%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13288800.330.940.4838.7188.5727.45
Hex845880215E3027591b
Octal20413010041136604713133
Binary100001001011000100001000011011110110000100111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845808; }

 p { color: rgb(132,88,8); }

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

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

 a { background-color: rgb(132,88,8); }

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

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

 span { border-color: rgb(132,88,8); }

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