Html Css Color HEX #886131 Rusty Nail

📋 copy color: '#886131'

red 136 ◦ green 97 ◦ blue 49

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

Shades of Rusty Nail #886131

Tints of Rusty Nail #886131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.4%

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

R = 48.23%
G = 34.4%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#886131 (or 0x886131) is known color: Rusty Nail. HEX triplet: 88, 61 and 31. RGB value is (136,97,49). Sum of RGB (Red+Green+Blue) = 136+97+49=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #886131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886131 is #779ECE. Grayscale: #676767. Windows color (decimal): -7839439 or 3236232. OLE color: 3236232.

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

Color convert

RGB 136 97 49 -
CMYK 0 0.29 0.64 0.47
HSL 33.1º 0.47% 0.36% -
HSV(B) 33.1º 0.64% 0.53% -
XYZ 14.98 14.01 4.82 -
YUV 103.19 97.42 151.4 -
System Red Green Blue C M Y K H S L
Decimal 136 97 49 0 0.29 0.64 0.47 33.1 0.47 0.36
Hex 88 61 31 0 1D 40 2F 21 2F 24
Octal 210 141 61 0 35 100 57 41 57 44
Binary 10001000 1100001 110001 0 11101 1000000 101111 100001 101111 100100

Color Harmonies of #886131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886131

Black with #886131

Text Example


Text Example

White with #886131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886131; }

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

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

background-color css

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

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

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

border-color css

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

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

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