Html Css Color HEX #886427 Rusty Nail

📋 copy color: '#886427'

red 136 ◦ green 100 ◦ blue 39

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

Shades of Rusty Nail #886427

Tints of Rusty Nail #886427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.18%

R = 49.45%
G = 36.36%
B = 14.18%

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

#886427 (or 0x886427) is known color: Rusty Nail. HEX triplet: 88, 64 and 27. RGB value is (136,100,39). Sum of RGB (Red+Green+Blue) = 136+100+39=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #886427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886427 is #779BD8. Grayscale: #686868. Windows color (decimal): -7838681 or 2581640. OLE color: 2581640.

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

Color convert

RGB 136 100 39 -
CMYK 0 0.26 0.71 0.47
HSL 37.73º 0.55% 0.34% -
HSV(B) 37.73º 0.71% 0.53% -
XYZ 15.08 14.5 3.92 -
YUV 103.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 136 100 39 0 0.26 0.71 0.47 37.73 0.55 0.34
Hex 88 64 27 0 1A 47 2F 26 37 22
Octal 210 144 47 0 32 107 57 46 67 42
Binary 10001000 1100100 100111 0 11010 1000111 101111 100110 110111 100010

Color Harmonies of #886427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886427

Black with #886427

Text Example


Text Example

White with #886427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886427; }

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

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

background-color css

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

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

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

border-color css

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

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

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