Html Css Color HEX #845213 Russet

📋 copy color: '#845213'

red 132 ◦ green 82 ◦ blue 19

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

Shades of Russet #845213

Tints of Russet #845213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.19%

 BLUE value IS 19 (7.81% from 255) = 8.15%

R = 56.65%
G = 35.19%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#845213 (or 0x845213) is known color: Russet. HEX triplet: 84, 52 and 13. RGB value is (132,82,19). Sum of RGB (Red+Green+Blue) = 132+82+19=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #845213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845213 is #7BADEC. Grayscale: #5A5A5A. Windows color (decimal): -8105453 or 1266308. OLE color: 1266308.

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

Color convert

RGB 132 82 19 -
CMYK 0 0.38 0.86 0.48
HSL 33.45º 0.75% 0.3% -
HSV(B) 33.45º 0.86% 0.52% -
XYZ 12.65 10.99 2.07 -
YUV 89.77 88.07 158.12 -
System Red Green Blue C M Y K H S L
Decimal 132 82 19 0 0.38 0.86 0.48 33.45 0.75 0.3
Hex 84 52 13 0 26 56 30 21 4B 1E
Octal 204 122 23 0 46 126 60 41 113 36
Binary 10000100 1010010 10011 0 100110 1010110 110000 100001 1001011 11110

Color Harmonies of #845213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845213

Black with #845213

Text Example


Text Example

White with #845213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845213; }

 p { color: rgb(132,82,19); }

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

background-color css

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

 a { background-color: rgb(132,82,19); }

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

border-color css

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

 span { border-color: rgb(132,82,19); }

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