Html Css Color HEX #895D28 Rusty Nail

📋 copy color: '#895D28'

red 137 ◦ green 93 ◦ blue 40

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

Shades of Rusty Nail #895D28

Tints of Rusty Nail #895D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.81%

R = 50.74%
G = 34.44%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#895D28 (or 0x895D28) is known color: Rusty Nail. HEX triplet: 89, 5D and 28. RGB value is (137,93,40). Sum of RGB (Red+Green+Blue) = 137+93+40=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #895D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D28 is #76A2D7. Grayscale: #646464. Windows color (decimal): -7774936 or 2645385. OLE color: 2645385.

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

Color convert

RGB 137 93 40 -
CMYK 0 0.32 0.71 0.46
HSL 32.78º 0.55% 0.35% -
HSV(B) 32.78º 0.71% 0.54% -
XYZ 14.61 13.3 3.8 -
YUV 100.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 137 93 40 0 0.32 0.71 0.46 32.78 0.55 0.35
Hex 89 5D 28 0 20 47 2E 21 37 23
Octal 211 135 50 0 40 107 56 41 67 43
Binary 10001001 1011101 101000 0 100000 1000111 101110 100001 110111 100011

Color Harmonies of #895D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D28

Black with #895D28

Text Example


Text Example

White with #895D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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