Html Css Color HEX #845120 Russet

📋 copy color: '#845120'

red 132 ◦ green 81 ◦ blue 32

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

Shades of Russet #845120

Tints of Russet #845120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.06%

 BLUE value IS 32 (12.89% from 255) = 13.06%

R = 53.88%
G = 33.06%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#845120 (or 0x845120) is known color: Russet. HEX triplet: 84, 51 and 20. RGB value is (132,81,32). Sum of RGB (Red+Green+Blue) = 132+81+32=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #845120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845120 is #7BAEDF. Grayscale: #5A5A5A. Windows color (decimal): -8105696 or 2118020. OLE color: 2118020.

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

Color convert

RGB 132 81 32 -
CMYK 0 0.39 0.76 0.48
HSL 29.4º 0.61% 0.32% -
HSV(B) 29.4º 0.76% 0.52% -
XYZ 12.72 10.89 2.8 -
YUV 90.66 94.9 157.48 -
System Red Green Blue C M Y K H S L
Decimal 132 81 32 0 0.39 0.76 0.48 29.4 0.61 0.32
Hex 84 51 20 0 27 4C 30 1D 3D 20
Octal 204 121 40 0 47 114 60 35 75 40
Binary 10000100 1010001 100000 0 100111 1001100 110000 11101 111101 100000

Color Harmonies of #845120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845120

Black with #845120

Text Example


Text Example

White with #845120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845120; }

 p { color: rgb(132,81,32); }

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

background-color css

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

 a { background-color: rgb(132,81,32); }

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

border-color css

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

 span { border-color: rgb(132,81,32); }

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