#8A5D2F

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

Shades of Rusty Nail #8A5D2F

Tints of Rusty Nail #8A5D2F

Color information

#8A5D2F (or 0x8A5D2F) is unknown color: approx Rusty Nail. HEX triplet: 8A, 5D and 2F. RGB value is (138,93,47). Sum of RGB (Red+Green+Blue) = 138+93+47=278 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.64% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5D2F is #75A2D0. Grayscale: #656565. Windows color (decimal): -7709393 or 3104138. OLE color: 3104138.

HSL color Cylindrical-coordinate representation of color #8A5D2F: hue angle of 30.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A5D2F is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB1389347-
CMYK00.330.660.46
HSL30.33º49.19%36.27%-
HSV(B)30.33º65.94%54.12%-
XYZ14.9113.444.5-
YUV101.2197.41154.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.64%
GREEN value IS 93 (36.72% from 255) = 33.45%
BLUE value IS 47 (18.75% from 255) = 16.91%
R=49.64%
G=33.45%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138934700.330.660.4630.3349.1936.27
Hex8A5D2F021422E1e3124
Octal2121355704110256366144
Binary1000101010111011011110100001100001010111011110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A5D2F; }

 p { color: rgb(138,93,47); }

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

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

 a { background-color: rgb(138,93,47); }

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

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

 span { border-color: rgb(138,93,47); }

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