Html Css Color HEX #8F582D Rusty Nail

📋 copy color: '#8F582D'

red 143 ◦ green 88 ◦ blue 45

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

Shades of Rusty Nail #8F582D

Tints of Rusty Nail #8F582D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.88%

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 51.81%
G = 31.88%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8F582D (or 0x8F582D) is known color: Rusty Nail. HEX triplet: 8F, 58 and 2D. RGB value is (143,88,45). Sum of RGB (Red+Green+Blue) = 143+88+45=276 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.81% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 143 - color contains mainly: red. Hex color #8F582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F582D is #70A7D2. Grayscale: #636363. Windows color (decimal): -7382995 or 2971791. OLE color: 2971791.

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

Color convert

RGB 143 88 45 -
CMYK 0 0.38 0.69 0.44
HSL 26.33º 0.52% 0.37% -
HSV(B) 26.33º 0.69% 0.56% -
XYZ 15.29 13.01 4.19 -
YUV 99.54 97.22 159 -
System Red Green Blue C M Y K H S L
Decimal 143 88 45 0 0.38 0.69 0.44 26.33 0.52 0.37
Hex 8F 58 2D 0 26 45 2C 1A 34 25
Octal 217 130 55 0 46 105 54 32 64 45
Binary 10001111 1011000 101101 0 100110 1000101 101100 11010 110100 100101

Color Harmonies of #8F582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F582D

Black with #8F582D

Text Example


Text Example

White with #8F582D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,88,45); }

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

background-color css

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

 a { background-color: rgb(143,88,45); }

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

border-color css

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

 span { border-color: rgb(143,88,45); }

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