Html Css Color HEX #895D32 Rusty Nail

📋 copy color: '#895D32'

red 137 ◦ green 93 ◦ blue 50

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

Shades of Rusty Nail #895D32

Tints of Rusty Nail #895D32

RGB

 RED value IS 137 (53.91% from 255) = 48.93%

 GREEN value IS 93 (36.72% from 255) = 33.21%

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

R = 48.93%
G = 33.21%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#895D32 (or 0x895D32) is known color: Rusty Nail. HEX triplet: 89, 5D and 32. RGB value is (137,93,50). Sum of RGB (Red+Green+Blue) = 137+93+50=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #895D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D32 is #76A2CD. Grayscale: #656565. Windows color (decimal): -7774926 or 3300745. OLE color: 3300745.

HSL color Cylindrical-coordinate representation of color #895D32: hue angle of 29.66º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #895D32 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 93 50 -
CMYK 0 0.32 0.64 0.46
HSL 29.66º 0.47% 0.37% -
HSV(B) 29.66º 0.64% 0.54% -
XYZ 14.81 13.38 4.82 -
YUV 101.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 137 93 50 0 0.32 0.64 0.46 29.66 0.47 0.37
Hex 89 5D 32 0 20 40 2E 1E 2F 25
Octal 211 135 62 0 40 100 56 36 57 45
Binary 10001001 1011101 110010 0 100000 1000000 101110 11110 101111 100101

Color Harmonies of #895D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D32

Black with #895D32

Text Example


Text Example

White with #895D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895D32; }

 p { color: rgb(137,93,50); }

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

background-color css

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

 a { background-color: rgb(137,93,50); }

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

border-color css

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

 span { border-color: rgb(137,93,50); }

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