Html Css Color HEX #845020 Russet

📋 copy color: '#845020'

red 132 ◦ green 80 ◦ blue 32

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

Shades of Russet #845020

Tints of Russet #845020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.79%

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

R = 54.1%
G = 32.79%
B = 13.11%

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

#845020 (or 0x845020) is known color: Russet. HEX triplet: 84, 50 and 20. RGB value is (132,80,32). Sum of RGB (Red+Green+Blue) = 132+80+32=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #845020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845020 is #7BAFDF. Grayscale: #5A5A5A. Windows color (decimal): -8105952 or 2117764. OLE color: 2117764.

HSL color Cylindrical-coordinate representation of color #845020: hue angle of 28.8º 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 #845020 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 80 32 -
CMYK 0 0.39 0.76 0.48
HSL 28.8º 0.61% 0.32% -
HSV(B) 28.8º 0.76% 0.52% -
XYZ 12.65 10.75 2.77 -
YUV 90.08 95.23 157.9 -
System Red Green Blue C M Y K H S L
Decimal 132 80 32 0 0.39 0.76 0.48 28.8 0.61 0.32
Hex 84 50 20 0 27 4C 30 1D 3D 20
Octal 204 120 40 0 47 114 60 35 75 40
Binary 10000100 1010000 100000 0 100111 1001100 110000 11101 111101 100000

Color Harmonies of #845020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845020

Black with #845020

Text Example


Text Example

White with #845020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845020; }

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

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

background-color css

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

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

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

border-color css

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

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

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