Html Css Color HEX #8F5C2F Rusty Nail

📋 copy color: '#8F5C2F'

red 143 ◦ green 92 ◦ blue 47

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

Shades of Rusty Nail #8F5C2F

Tints of Rusty Nail #8F5C2F

RGB

 RED value IS 143 (56.25% from 255) = 50.71%

 GREEN value IS 92 (36.33% from 255) = 32.62%

 BLUE value IS 47 (18.75% from 255) = 16.67%

R = 50.71%
G = 32.62%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8F5C2F (or 0x8F5C2F) is known color: Rusty Nail. HEX triplet: 8F, 5C and 2F. RGB value is (143,92,47). Sum of RGB (Red+Green+Blue) = 143+92+47=282 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.71% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5C2F is #70A3D0. Grayscale: #666666. Windows color (decimal): -7381969 or 3103887. OLE color: 3103887.

HSL color Cylindrical-coordinate representation of color #8F5C2F: hue angle of 28.12º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F5C2F is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 92 47 -
CMYK 0 0.36 0.67 0.44
HSL 28.13º 0.51% 0.37% -
HSV(B) 28.13º 0.67% 0.56% -
XYZ 15.67 13.7 4.51 -
YUV 102.12 96.9 157.16 -
System Red Green Blue C M Y K H S L
Decimal 143 92 47 0 0.36 0.67 0.44 28.13 0.51 0.37
Hex 8F 5C 2F 0 24 43 2C 1C 33 25
Octal 217 134 57 0 44 103 54 34 63 45
Binary 10001111 1011100 101111 0 100100 1000011 101100 11100 110011 100101

Color Harmonies of #8F5C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5C2F

Black with #8F5C2F

Text Example


Text Example

White with #8F5C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,92,47); }

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

background-color css

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

 a { background-color: rgb(143,92,47); }

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

border-color css

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

 span { border-color: rgb(143,92,47); }

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