Html Css Color HEX #845021 Russet

📋 copy color: '#845021'

red 132 ◦ green 80 ◦ blue 33

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

Shades of Russet #845021

Tints of Russet #845021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.47%

R = 53.88%
G = 32.65%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#845021 (or 0x845021) is known color: Russet. HEX triplet: 84, 50 and 21. RGB value is (132,80,33). Sum of RGB (Red+Green+Blue) = 132+80+33=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #845021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845021 is #7BAFDE. Grayscale: #5A5A5A. Windows color (decimal): -8105951 or 2183300. OLE color: 2183300.

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

Color convert

RGB 132 80 33 -
CMYK 0 0.39 0.75 0.48
HSL 28.48º 0.6% 0.32% -
HSV(B) 28.48º 0.75% 0.52% -
XYZ 12.66 10.75 2.85 -
YUV 90.19 95.73 157.82 -
System Red Green Blue C M Y K H S L
Decimal 132 80 33 0 0.39 0.75 0.48 28.48 0.6 0.32
Hex 84 50 21 0 27 4B 30 1C 3C 20
Octal 204 120 41 0 47 113 60 34 74 40
Binary 10000100 1010000 100001 0 100111 1001011 110000 11100 111100 100000

Color Harmonies of #845021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845021

Black with #845021

Text Example


Text Example

White with #845021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845021; }

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

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

background-color css

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

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

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

border-color css

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

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

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