Html Css Color HEX #8D652D Rusty Nail

📋 copy color: '#8D652D'

red 141 ◦ green 101 ◦ blue 45

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

Shades of Rusty Nail #8D652D

Tints of Rusty Nail #8D652D

RGB

 RED value IS 141 (55.47% from 255) = 49.13%

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

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

R = 49.13%
G = 35.19%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8D652D (or 0x8D652D) is known color: Rusty Nail. HEX triplet: 8D, 65 and 2D. RGB value is (141,101,45). Sum of RGB (Red+Green+Blue) = 141+101+45=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D652D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D652D is #729AD2. Grayscale: #6A6A6A. Windows color (decimal): -7510739 or 2975117. OLE color: 2975117.

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

Color convert

RGB 141 101 45 -
CMYK 0 0.28 0.68 0.45
HSL 35º 0.52% 0.36% -
HSV(B) 35º 0.68% 0.55% -
XYZ 16.11 15.16 4.56 -
YUV 106.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 141 101 45 0 0.28 0.68 0.45 35 0.52 0.36
Hex 8D 65 2D 0 1C 44 2D 23 34 24
Octal 215 145 55 0 34 104 55 43 64 44
Binary 10001101 1100101 101101 0 11100 1000100 101101 100011 110100 100100

Color Harmonies of #8D652D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D652D

Black with #8D652D

Text Example


Text Example

White with #8D652D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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