Html Css Color HEX #886429 Rusty Nail

📋 copy color: '#886429'

red 136 ◦ green 100 ◦ blue 41

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

Shades of Rusty Nail #886429

Tints of Rusty Nail #886429

RGB

 RED value IS 136 (53.52% from 255) = 49.1%

 GREEN value IS 100 (39.45% from 255) = 36.1%

 BLUE value IS 41 (16.41% from 255) = 14.8%

R = 49.1%
G = 36.1%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#886429 (or 0x886429) is known color: Rusty Nail. HEX triplet: 88, 64 and 29. RGB value is (136,100,41). Sum of RGB (Red+Green+Blue) = 136+100+41=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #886429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886429 is #779BD6. Grayscale: #686868. Windows color (decimal): -7838679 or 2712712. OLE color: 2712712.

HSL color Cylindrical-coordinate representation of color #886429: hue angle of 37.26º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #886429 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 100 41 -
CMYK 0 0.26 0.70 0.47
HSL 37.26º 0.54% 0.35% -
HSV(B) 37.26º 0.7% 0.53% -
XYZ 15.11 14.51 4.1 -
YUV 104.04 92.43 150.8 -
System Red Green Blue C M Y K H S L
Decimal 136 100 41 0 0.26 0.70 0.47 37.26 0.54 0.35
Hex 88 64 29 0 1A 46 2F 25 36 23
Octal 210 144 51 0 32 106 57 45 66 43
Binary 10001000 1100100 101001 0 11010 1000110 101111 100101 110110 100011

Color Harmonies of #886429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886429

Black with #886429

Text Example


Text Example

White with #886429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886429; }

 p { color: rgb(136,100,41); }

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

background-color css

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

 a { background-color: rgb(136,100,41); }

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

border-color css

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

 span { border-color: rgb(136,100,41); }

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