Html Css Color HEX #886029 Rusty Nail

📋 copy color: '#886029'

red 136 ◦ green 96 ◦ blue 41

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

Shades of Rusty Nail #886029

Tints of Rusty Nail #886029

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.16%

 BLUE value IS 41 (16.41% from 255) = 15.02%

R = 49.82%
G = 35.16%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#886029 (or 0x886029) is known color: Rusty Nail. HEX triplet: 88, 60 and 29. RGB value is (136,96,41). Sum of RGB (Red+Green+Blue) = 136+96+41=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #886029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886029 is #779FD6. Grayscale: #656565. Windows color (decimal): -7839703 or 2711688. OLE color: 2711688.

HSL color Cylindrical-coordinate representation of color #886029: hue angle of 34.74º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #886029 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 96 41 -
CMYK 0 0.29 0.70 0.47
HSL 34.74º 0.54% 0.35% -
HSV(B) 34.74º 0.7% 0.53% -
XYZ 14.74 13.76 3.98 -
YUV 101.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 136 96 41 0 0.29 0.70 0.47 34.74 0.54 0.35
Hex 88 60 29 0 1D 46 2F 23 36 23
Octal 210 140 51 0 35 106 57 43 66 43
Binary 10001000 1100000 101001 0 11101 1000110 101111 100011 110110 100011

Color Harmonies of #886029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886029

Black with #886029

Text Example


Text Example

White with #886029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886029; }

 p { color: rgb(136,96,41); }

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

background-color css

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

 a { background-color: rgb(136,96,41); }

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

border-color css

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

 span { border-color: rgb(136,96,41); }

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