Html Css Color HEX #886331 Rusty Nail

📋 copy color: '#886331'

red 136 ◦ green 99 ◦ blue 49

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

Shades of Rusty Nail #886331

Tints of Rusty Nail #886331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 47.89%
G = 34.86%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#886331 (or 0x886331) is known color: Rusty Nail. HEX triplet: 88, 63 and 31. RGB value is (136,99,49). Sum of RGB (Red+Green+Blue) = 136+99+49=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #886331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886331 is #779CCE. Grayscale: #686868. Windows color (decimal): -7838927 or 3236744. OLE color: 3236744.

HSL color Cylindrical-coordinate representation of color #886331: hue angle of 34.48º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #886331 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 99 49 -
CMYK 0 0.27 0.64 0.47
HSL 34.48º 0.47% 0.36% -
HSV(B) 34.48º 0.64% 0.53% -
XYZ 15.17 14.38 4.88 -
YUV 104.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 136 99 49 0 0.27 0.64 0.47 34.48 0.47 0.36
Hex 88 63 31 0 1B 40 2F 22 2F 24
Octal 210 143 61 0 33 100 57 42 57 44
Binary 10001000 1100011 110001 0 11011 1000000 101111 100010 101111 100100

Color Harmonies of #886331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886331

Black with #886331

Text Example


Text Example

White with #886331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886331; }

 p { color: rgb(136,99,49); }

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

background-color css

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

 a { background-color: rgb(136,99,49); }

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

border-color css

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

 span { border-color: rgb(136,99,49); }

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