Html Css Color HEX #896528 Rusty Nail

📋 copy color: '#896528'

red 137 ◦ green 101 ◦ blue 40

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

Shades of Rusty Nail #896528

Tints of Rusty Nail #896528

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.33%

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

R = 49.28%
G = 36.33%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#896528 (or 0x896528) is known color: Rusty Nail. HEX triplet: 89, 65 and 28. RGB value is (137,101,40). Sum of RGB (Red+Green+Blue) = 137+101+40=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #896528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896528 is #769AD7. Grayscale: #696969. Windows color (decimal): -7772888 or 2647433. OLE color: 2647433.

HSL color Cylindrical-coordinate representation of color #896528: hue angle of 37.73º 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 #896528 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 101 40 -
CMYK 0 0.26 0.71 0.46
HSL 37.73º 0.55% 0.35% -
HSV(B) 37.73º 0.71% 0.54% -
XYZ 15.35 14.78 4.05 -
YUV 104.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 137 101 40 0 0.26 0.71 0.46 37.73 0.55 0.35
Hex 89 65 28 0 1A 47 2E 26 37 23
Octal 211 145 50 0 32 107 56 46 67 43
Binary 10001001 1100101 101000 0 11010 1000111 101110 100110 110111 100011

Color Harmonies of #896528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896528

Black with #896528

Text Example


Text Example

White with #896528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896528; }

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

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

background-color css

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

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

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

border-color css

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

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

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