Html Css Color HEX #845932 Rusty Nail

📋 copy color: '#845932'

red 132 ◦ green 89 ◦ blue 50

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

Shades of Rusty Nail #845932

Tints of Rusty Nail #845932

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.84%

 BLUE value IS 50 (19.92% from 255) = 18.45%

R = 48.71%
G = 32.84%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#845932 (or 0x845932) is known color: Rusty Nail. HEX triplet: 84, 59 and 32. RGB value is (132,89,50). Sum of RGB (Red+Green+Blue) = 132+89+50=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #845932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845932 is #7BA6CD. Grayscale: #616161. Windows color (decimal): -8103630 or 3299716. OLE color: 3299716.

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

Color convert

RGB 132 89 50 -
CMYK 0 0.33 0.62 0.48
HSL 28.54º 0.45% 0.36% -
HSV(B) 28.54º 0.62% 0.52% -
XYZ 13.66 12.28 4.67 -
YUV 97.41 101.25 152.67 -
System Red Green Blue C M Y K H S L
Decimal 132 89 50 0 0.33 0.62 0.48 28.54 0.45 0.36
Hex 84 59 32 0 21 3E 30 1D 2D 24
Octal 204 131 62 0 41 76 60 35 55 44
Binary 10000100 1011001 110010 0 100001 111110 110000 11101 101101 100100

Color Harmonies of #845932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845932

Black with #845932

Text Example


Text Example

White with #845932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845932; }

 p { color: rgb(132,89,50); }

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

background-color css

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

 a { background-color: rgb(132,89,50); }

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

border-color css

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

 span { border-color: rgb(132,89,50); }

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