Html Css Color HEX #8F652D Rusty Nail

📋 copy color: '#8F652D'

red 143 ◦ green 101 ◦ blue 45

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

Shades of Rusty Nail #8F652D

Tints of Rusty Nail #8F652D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.95%

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

R = 49.48%
G = 34.95%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8F652D (or 0x8F652D) is known color: Rusty Nail. HEX triplet: 8F, 65 and 2D. RGB value is (143,101,45). Sum of RGB (Red+Green+Blue) = 143+101+45=289 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.48% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 143 - color contains mainly: red. Hex color #8F652D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F652D is #709AD2. Grayscale: #6B6B6B. Windows color (decimal): -7379667 or 2975119. OLE color: 2975119.

HSL color Cylindrical-coordinate representation of color #8F652D: hue angle of 34.29º 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 #8F652D is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 101 45 -
CMYK 0 0.29 0.69 0.44
HSL 34.29º 0.52% 0.37% -
HSV(B) 34.29º 0.69% 0.56% -
XYZ 16.46 15.34 4.58 -
YUV 107.17 92.91 153.55 -
System Red Green Blue C M Y K H S L
Decimal 143 101 45 0 0.29 0.69 0.44 34.29 0.52 0.37
Hex 8F 65 2D 0 1D 45 2C 22 34 25
Octal 217 145 55 0 35 105 54 42 64 45
Binary 10001111 1100101 101101 0 11101 1000101 101100 100010 110100 100101

Color Harmonies of #8F652D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F652D

Black with #8F652D

Text Example


Text Example

White with #8F652D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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