Html Css Color HEX #845C32 Rusty Nail

📋 copy color: '#845C32'

red 132 ◦ green 92 ◦ blue 50

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

Shades of Rusty Nail #845C32

Tints of Rusty Nail #845C32

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.58%

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

R = 48.18%
G = 33.58%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#845C32 (or 0x845C32) is known color: Rusty Nail. HEX triplet: 84, 5C and 32. RGB value is (132,92,50). Sum of RGB (Red+Green+Blue) = 132+92+50=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #845C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845C32 is #7BA3CD. Grayscale: #636363. Windows color (decimal): -8102862 or 3300484. OLE color: 3300484.

HSL color Cylindrical-coordinate representation of color #845C32: hue angle of 30.73º 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 #845C32 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 92 50 -
CMYK 0 0.30 0.62 0.48
HSL 30.73º 0.45% 0.36% -
HSV(B) 30.73º 0.62% 0.52% -
XYZ 13.92 12.79 4.75 -
YUV 99.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 132 92 50 0 0.30 0.62 0.48 30.73 0.45 0.36
Hex 84 5C 32 0 1E 3E 30 1F 2D 24
Octal 204 134 62 0 36 76 60 37 55 44
Binary 10000100 1011100 110010 0 11110 111110 110000 11111 101101 100100

Color Harmonies of #845C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845C32

Black with #845C32

Text Example


Text Example

White with #845C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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