Html Css Color HEX #8F672A Rusty Nail

📋 copy color: '#8F672A'

red 143 ◦ green 103 ◦ blue 42

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

Shades of Rusty Nail #8F672A

Tints of Rusty Nail #8F672A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.58%

R = 49.65%
G = 35.76%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8F672A (or 0x8F672A) is known color: Rusty Nail. HEX triplet: 8F, 67 and 2A. RGB value is (143,103,42). Sum of RGB (Red+Green+Blue) = 143+103+42=288 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.65% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 143 - color contains mainly: red. Hex color #8F672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F672A is #7098D5. Grayscale: #6C6C6C. Windows color (decimal): -7379158 or 2779023. OLE color: 2779023.

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

Color convert

RGB 143 103 42 -
CMYK 0 0.28 0.71 0.44
HSL 36.24º 0.55% 0.36% -
HSV(B) 36.24º 0.71% 0.56% -
XYZ 16.6 15.71 4.35 -
YUV 108.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 143 103 42 0 0.28 0.71 0.44 36.24 0.55 0.36
Hex 8F 67 2A 0 1C 47 2C 24 37 24
Octal 217 147 52 0 34 107 54 44 67 44
Binary 10001111 1100111 101010 0 11100 1000111 101100 100100 110111 100100

Color Harmonies of #8F672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F672A

Black with #8F672A

Text Example


Text Example

White with #8F672A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,103,42); }

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

background-color css

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

 a { background-color: rgb(143,103,42); }

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

border-color css

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

 span { border-color: rgb(143,103,42); }

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