Html Css Color HEX #845805 Raw Umber

📋 copy color: '#845805'

red 132 ◦ green 88 ◦ blue 5

#845805
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #845805

Tints of Raw Umber #845805

RGB

 RED value IS 132 (51.95% from 255) = 58.67%

 GREEN value IS 88 (34.77% from 255) = 39.11%

 BLUE value IS 5 (2.34% from 255) = 2.22%

R = 58.67%
G = 39.11%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#845805 (or 0x845805) is known color: Raw Umber. HEX triplet: 84, 58 and 05. RGB value is (132,88,5). Sum of RGB (Red+Green+Blue) = 132+88+5=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #845805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845805 is #7BA7FA. Grayscale: #5C5C5C. Windows color (decimal): -8103931 or 350340. OLE color: 350340.

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

Color convert

RGB 132 88 5 -
CMYK 0 0.33 0.96 0.48
HSL 39.21º 0.93% 0.27% -
HSV(B) 39.21º 0.96% 0.52% -
XYZ 13.03 11.9 1.75 -
YUV 91.69 79.08 156.75 -
System Red Green Blue C M Y K H S L
Decimal 132 88 5 0 0.33 0.96 0.48 39.21 0.93 0.27
Hex 84 58 5 0 21 60 30 27 5D 1B
Octal 204 130 5 0 41 140 60 47 135 33
Binary 10000100 1011000 101 0 100001 1100000 110000 100111 1011101 11011

Color Harmonies of #845805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845805

Black with #845805

Text Example


Text Example

White with #845805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845805; }

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

 H1.HeaderClassName
 {
   color: #845805;
 }
 .AnyTagClassName
 {
   color: #845805;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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