Html Css Color HEX #886527 Rusty Nail

📋 copy color: '#886527'

red 136 ◦ green 101 ◦ blue 39

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

Shades of Rusty Nail #886527

Tints of Rusty Nail #886527

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.59%

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

R = 49.28%
G = 36.59%
B = 14.13%

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

#886527 (or 0x886527) is known color: Rusty Nail. HEX triplet: 88, 65 and 27. RGB value is (136,101,39). Sum of RGB (Red+Green+Blue) = 136+101+39=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #886527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886527 is #779AD8. Grayscale: #686868. Windows color (decimal): -7838425 or 2581896. OLE color: 2581896.

HSL color Cylindrical-coordinate representation of color #886527: hue angle of 38.35º 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 #886527 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 101 39 -
CMYK 0 0.26 0.71 0.47
HSL 38.35º 0.55% 0.34% -
HSV(B) 38.35º 0.71% 0.53% -
XYZ 15.17 14.69 3.95 -
YUV 104.4 91.1 150.54 -
System Red Green Blue C M Y K H S L
Decimal 136 101 39 0 0.26 0.71 0.47 38.35 0.55 0.34
Hex 88 65 27 0 1A 47 2F 26 37 22
Octal 210 145 47 0 32 107 57 46 67 42
Binary 10001000 1100101 100111 0 11010 1000111 101111 100110 110111 100010

Color Harmonies of #886527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886527

Black with #886527

Text Example


Text Example

White with #886527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886527; }

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

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

background-color css

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

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

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

border-color css

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

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

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