Html Css Color HEX #886231 Rusty Nail

📋 copy color: '#886231'

red 136 ◦ green 98 ◦ blue 49

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

Shades of Rusty Nail #886231

Tints of Rusty Nail #886231

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.63%

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

R = 48.06%
G = 34.63%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#886231 (or 0x886231) is known color: Rusty Nail. HEX triplet: 88, 62 and 31. RGB value is (136,98,49). Sum of RGB (Red+Green+Blue) = 136+98+49=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #886231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886231 is #779DCE. Grayscale: #686868. Windows color (decimal): -7839183 or 3236488. OLE color: 3236488.

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

Color convert

RGB 136 98 49 -
CMYK 0 0.28 0.64 0.47
HSL 33.79º 0.47% 0.36% -
HSV(B) 33.79º 0.64% 0.53% -
XYZ 15.08 14.19 4.85 -
YUV 103.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 136 98 49 0 0.28 0.64 0.47 33.79 0.47 0.36
Hex 88 62 31 0 1C 40 2F 22 2F 24
Octal 210 142 61 0 34 100 57 42 57 44
Binary 10001000 1100010 110001 0 11100 1000000 101111 100010 101111 100100

Color Harmonies of #886231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886231

Black with #886231

Text Example


Text Example

White with #886231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886231; }

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

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

background-color css

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

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

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

border-color css

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

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

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