Html Css Color HEX #8C632B Rusty Nail

📋 copy color: '#8C632B'

red 140 ◦ green 99 ◦ blue 43

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

Shades of Rusty Nail #8C632B

Tints of Rusty Nail #8C632B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 49.65%
G = 35.11%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C632B (or 0x8C632B) is known color: Rusty Nail. HEX triplet: 8C, 63 and 2B. RGB value is (140,99,43). Sum of RGB (Red+Green+Blue) = 140+99+43=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C632B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C632B is #739CD4. Grayscale: #696969. Windows color (decimal): -7576789 or 2843532. OLE color: 2843532.

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

Color convert

RGB 140 99 43 -
CMYK 0 0.29 0.69 0.45
HSL 34.64º 0.53% 0.36% -
HSV(B) 34.64º 0.69% 0.55% -
XYZ 15.71 14.67 4.29 -
YUV 104.88 93.08 153.05 -
System Red Green Blue C M Y K H S L
Decimal 140 99 43 0 0.29 0.69 0.45 34.64 0.53 0.36
Hex 8C 63 2B 0 1D 45 2D 23 35 24
Octal 214 143 53 0 35 105 55 43 65 44
Binary 10001100 1100011 101011 0 11101 1000101 101101 100011 110101 100100

Color Harmonies of #8C632B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C632B

Black with #8C632B

Text Example


Text Example

White with #8C632B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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