Html Css Color HEX #845211 Raw Umber

📋 copy color: '#845211'

red 132 ◦ green 82 ◦ blue 17

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

Shades of Raw Umber #845211

Tints of Raw Umber #845211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.5%

 BLUE value IS 17 (7.03% from 255) = 7.36%

R = 57.14%
G = 35.5%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#845211 (or 0x845211) is known color: Raw Umber. HEX triplet: 84, 52 and 11. RGB value is (132,82,17). Sum of RGB (Red+Green+Blue) = 132+82+17=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #845211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845211 is #7BADEE. Grayscale: #595959. Windows color (decimal): -8105455 or 1135236. OLE color: 1135236.

HSL color Cylindrical-coordinate representation of color #845211: hue angle of 33.91º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #845211 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 82 17 -
CMYK 0 0.38 0.87 0.48
HSL 33.91º 0.77% 0.29% -
HSV(B) 33.91º 0.87% 0.52% -
XYZ 12.63 10.98 1.98 -
YUV 89.54 87.07 158.29 -
System Red Green Blue C M Y K H S L
Decimal 132 82 17 0 0.38 0.87 0.48 33.91 0.77 0.29
Hex 84 52 11 0 26 57 30 22 4D 1D
Octal 204 122 21 0 46 127 60 42 115 35
Binary 10000100 1010010 10001 0 100110 1010111 110000 100010 1001101 11101

Color Harmonies of #845211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845211

Black with #845211

Text Example


Text Example

White with #845211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845211; }

 p { color: rgb(132,82,17); }

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

background-color css

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

 a { background-color: rgb(132,82,17); }

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

border-color css

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

 span { border-color: rgb(132,82,17); }

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