Html Css Color HEX #845210 Raw Umber

📋 copy color: '#845210'

red 132 ◦ green 82 ◦ blue 16

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

Shades of Raw Umber #845210

Tints of Raw Umber #845210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.96%

R = 57.39%
G = 35.65%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#845210 (or 0x845210) is known color: Raw Umber. HEX triplet: 84, 52 and 10. RGB value is (132,82,16). Sum of RGB (Red+Green+Blue) = 132+82+16=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #845210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845210 is #7BADEF. Grayscale: #595959. Windows color (decimal): -8105456 or 1069700. OLE color: 1069700.

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

Color convert

RGB 132 82 16 -
CMYK 0 0.38 0.88 0.48
HSL 34.14º 0.78% 0.29% -
HSV(B) 34.14º 0.88% 0.52% -
XYZ 12.63 10.98 1.94 -
YUV 89.43 86.57 158.37 -
System Red Green Blue C M Y K H S L
Decimal 132 82 16 0 0.38 0.88 0.48 34.14 0.78 0.29
Hex 84 52 10 0 26 58 30 22 4E 1D
Octal 204 122 20 0 46 130 60 42 116 35
Binary 10000100 1010010 10000 0 100110 1011000 110000 100010 1001110 11101

Color Harmonies of #845210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845210

Black with #845210

Text Example


Text Example

White with #845210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845210; }

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

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

background-color css

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

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

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

border-color css

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

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

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