Html Css Color HEX #8C632D Rusty Nail

📋 copy color: '#8C632D'

red 140 ◦ green 99 ◦ blue 45

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

Shades of Rusty Nail #8C632D

Tints of Rusty Nail #8C632D

RGB

 RED value IS 140 (55.08% from 255) = 49.3%

 GREEN value IS 99 (39.06% from 255) = 34.86%

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

R = 49.3%
G = 34.86%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8C632D (or 0x8C632D) is known color: Rusty Nail. HEX triplet: 8C, 63 and 2D. RGB value is (140,99,45). Sum of RGB (Red+Green+Blue) = 140+99+45=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C632D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C632D is #739CD2. Grayscale: #696969. Windows color (decimal): -7576787 or 2974604. OLE color: 2974604.

HSL color Cylindrical-coordinate representation of color #8C632D: hue angle of 34.11º degrees, saturation: 0.51, 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 #8C632D is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 99 45 -
CMYK 0 0.29 0.68 0.45
HSL 34.11º 0.51% 0.36% -
HSV(B) 34.11º 0.68% 0.55% -
XYZ 15.75 14.69 4.49 -
YUV 105.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 140 99 45 0 0.29 0.68 0.45 34.11 0.51 0.36
Hex 8C 63 2D 0 1D 44 2D 22 33 24
Octal 214 143 55 0 35 104 55 42 63 44
Binary 10001100 1100011 101101 0 11101 1000100 101101 100010 110011 100100

Color Harmonies of #8C632D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C632D

Black with #8C632D

Text Example


Text Example

White with #8C632D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,99,45); }

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

background-color css

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

 a { background-color: rgb(140,99,45); }

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

border-color css

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

 span { border-color: rgb(140,99,45); }

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