Html Css Color HEX #896730 Rusty Nail

📋 copy color: '#896730'

red 137 ◦ green 103 ◦ blue 48

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

Shades of Rusty Nail #896730

Tints of Rusty Nail #896730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.76%

 BLUE value IS 48 (19.14% from 255) = 16.67%

R = 47.57%
G = 35.76%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#896730 (or 0x896730) is known color: Rusty Nail. HEX triplet: 89, 67 and 30. RGB value is (137,103,48). Sum of RGB (Red+Green+Blue) = 137+103+48=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #896730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896730 is #7698CF. Grayscale: #6B6B6B. Windows color (decimal): -7772368 or 3172233. OLE color: 3172233.

HSL color Cylindrical-coordinate representation of color #896730: hue angle of 37.08º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #896730 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 103 48 -
CMYK 0 0.25 0.65 0.46
HSL 37.08º 0.48% 0.36% -
HSV(B) 37.08º 0.65% 0.54% -
XYZ 15.7 15.23 4.91 -
YUV 106.9 94.76 149.47 -
System Red Green Blue C M Y K H S L
Decimal 137 103 48 0 0.25 0.65 0.46 37.08 0.48 0.36
Hex 89 67 30 0 19 41 2E 25 30 24
Octal 211 147 60 0 31 101 56 45 60 44
Binary 10001001 1100111 110000 0 11001 1000001 101110 100101 110000 100100

Color Harmonies of #896730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896730

Black with #896730

Text Example


Text Example

White with #896730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896730; }

 p { color: rgb(137,103,48); }

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

background-color css

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

 a { background-color: rgb(137,103,48); }

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

border-color css

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

 span { border-color: rgb(137,103,48); }

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