Html Css Color HEX #885B29 Rusty Nail

📋 copy color: '#885B29'

red 136 ◦ green 91 ◦ blue 41

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

Shades of Rusty Nail #885B29

Tints of Rusty Nail #885B29

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.96%

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

R = 50.75%
G = 33.96%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#885B29 (or 0x885B29) is known color: Rusty Nail. HEX triplet: 88, 5B and 29. RGB value is (136,91,41). Sum of RGB (Red+Green+Blue) = 136+91+41=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #885B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885B29 is #77A4D6. Grayscale: #636363. Windows color (decimal): -7840983 or 2710408. OLE color: 2710408.

HSL color Cylindrical-coordinate representation of color #885B29: hue angle of 31.58º 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 #885B29 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 91 41 -
CMYK 0 0.33 0.70 0.47
HSL 31.58º 0.54% 0.35% -
HSV(B) 31.58º 0.7% 0.53% -
XYZ 14.29 12.88 3.83 -
YUV 98.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 136 91 41 0 0.33 0.70 0.47 31.58 0.54 0.35
Hex 88 5B 29 0 21 46 2F 20 36 23
Octal 210 133 51 0 41 106 57 40 66 43
Binary 10001000 1011011 101001 0 100001 1000110 101111 100000 110110 100011

Color Harmonies of #885B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885B29

Black with #885B29

Text Example


Text Example

White with #885B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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