Html Css Color HEX #845514 Raw Umber

📋 copy color: '#845514'

red 132 ◦ green 85 ◦ blue 20

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

Shades of Raw Umber #845514

Tints of Raw Umber #845514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.86%

 BLUE value IS 20 (8.2% from 255) = 8.44%

R = 55.7%
G = 35.86%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#845514 (or 0x845514) is known color: Raw Umber. HEX triplet: 84, 55 and 14. RGB value is (132,85,20). Sum of RGB (Red+Green+Blue) = 132+85+20=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #845514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845514 is #7BAAEB. Grayscale: #5B5B5B. Windows color (decimal): -8104684 or 1332612. OLE color: 1332612.

HSL color Cylindrical-coordinate representation of color #845514: hue angle of 34.82º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #845514 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 85 20 -
CMYK 0 0.36 0.85 0.48
HSL 34.82º 0.74% 0.3% -
HSV(B) 34.82º 0.85% 0.52% -
XYZ 12.89 11.45 2.19 -
YUV 91.64 87.57 156.79 -
System Red Green Blue C M Y K H S L
Decimal 132 85 20 0 0.36 0.85 0.48 34.82 0.74 0.3
Hex 84 55 14 0 24 55 30 23 4A 1E
Octal 204 125 24 0 44 125 60 43 112 36
Binary 10000100 1010101 10100 0 100100 1010101 110000 100011 1001010 11110

Color Harmonies of #845514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845514

Black with #845514

Text Example


Text Example

White with #845514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845514; }

 p { color: rgb(132,85,20); }

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

background-color css

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

 a { background-color: rgb(132,85,20); }

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

border-color css

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

 span { border-color: rgb(132,85,20); }

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