Html Css Color HEX #886428 Rusty Nail

📋 copy color: '#886428'

red 136 ◦ green 100 ◦ blue 40

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

Shades of Rusty Nail #886428

Tints of Rusty Nail #886428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.49%

R = 49.28%
G = 36.23%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#886428 (or 0x886428) is known color: Rusty Nail. HEX triplet: 88, 64 and 28. RGB value is (136,100,40). Sum of RGB (Red+Green+Blue) = 136+100+40=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #886428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886428 is #779BD7. Grayscale: #686868. Windows color (decimal): -7838680 or 2647176. OLE color: 2647176.

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

Color convert

RGB 136 100 40 -
CMYK 0 0.26 0.71 0.47
HSL 37.5º 0.55% 0.35% -
HSV(B) 37.5º 0.71% 0.53% -
XYZ 15.09 14.5 4.01 -
YUV 103.92 91.93 150.88 -
System Red Green Blue C M Y K H S L
Decimal 136 100 40 0 0.26 0.71 0.47 37.5 0.55 0.35
Hex 88 64 28 0 1A 47 2F 26 37 23
Octal 210 144 50 0 32 107 57 46 67 43
Binary 10001000 1100100 101000 0 11010 1000111 101111 100110 110111 100011

Color Harmonies of #886428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886428

Black with #886428

Text Example


Text Example

White with #886428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886428; }

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

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

background-color css

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

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

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

border-color css

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

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

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