#89652A

Color #89652A Rusty Nail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rusty Nail #89652A

Tints of Rusty Nail #89652A

Color information

#89652A (or 0x89652A) is unknown color: approx Rusty Nail. HEX triplet: 89, 65 and 2A. RGB value is (137,101,42). Sum of RGB (Red+Green+Blue) = 137+101+42=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #89652A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89652A is #769AD5. Grayscale: #696969. Windows color (decimal): -7772886 or 2778505. OLE color: 2778505.

HSL color Cylindrical-coordinate representation of color #89652A: hue angle of 37.26º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89652A is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB13710142-
CMYK00.260.690.46
HSL37.26º53.07%35.1%-
HSV(B)37.26º69.34%53.73%-
XYZ15.3914.794.23-
YUV105.0492.43150.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.93%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 42 (16.80% from 255) = 15%
R=48.93%
G=36.07%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371014200.260.690.4637.2653.0735.1
Hex89652A01A452E253523
Octal2111455203210556456543
Binary1000100111001011010100110101000101101110100101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89652A; }

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

 H1.HeaderClassName
 {
   color: #89652A;
 }
 .AnyTagClassName
 {
   color: #89652A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #89652A;
 }
 .BgClassName
 {
   background-color: #89652A;
 }
</style>
border-color css

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

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

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