Html Css Color HEX #845512 Raw Umber

📋 copy color: '#845512'

red 132 ◦ green 85 ◦ blue 18

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

Shades of Raw Umber #845512

Tints of Raw Umber #845512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.66%

R = 56.17%
G = 36.17%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#845512 (or 0x845512) is known color: Raw Umber. HEX triplet: 84, 55 and 12. RGB value is (132,85,18). Sum of RGB (Red+Green+Blue) = 132+85+18=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #845512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845512 is #7BAAED. Grayscale: #5B5B5B. Windows color (decimal): -8104686 or 1201540. OLE color: 1201540.

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

Color convert

RGB 132 85 18 -
CMYK 0 0.36 0.86 0.48
HSL 35.26º 0.76% 0.29% -
HSV(B) 35.26º 0.86% 0.52% -
XYZ 12.87 11.45 2.1 -
YUV 91.42 86.57 156.95 -
System Red Green Blue C M Y K H S L
Decimal 132 85 18 0 0.36 0.86 0.48 35.26 0.76 0.29
Hex 84 55 12 0 24 56 30 23 4C 1D
Octal 204 125 22 0 44 126 60 43 114 35
Binary 10000100 1010101 10010 0 100100 1010110 110000 100011 1001100 11101

Color Harmonies of #845512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845512

Black with #845512

Text Example


Text Example

White with #845512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845512; }

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

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

background-color css

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

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

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

border-color css

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

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

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