Html Css Color HEX #885D29 Rusty Nail

📋 copy color: '#885D29'

red 136 ◦ green 93 ◦ blue 41

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

Shades of Rusty Nail #885D29

Tints of Rusty Nail #885D29

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.44%

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

R = 50.37%
G = 34.44%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#885D29 (or 0x885D29) is known color: Rusty Nail. HEX triplet: 88, 5D and 29. RGB value is (136,93,41). Sum of RGB (Red+Green+Blue) = 136+93+41=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #885D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885D29 is #77A2D6. Grayscale: #646464. Windows color (decimal): -7840471 or 2710920. OLE color: 2710920.

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

Color convert

RGB 136 93 41 -
CMYK 0 0.32 0.70 0.47
HSL 32.84º 0.54% 0.35% -
HSV(B) 32.84º 0.7% 0.53% -
XYZ 14.47 13.22 3.89 -
YUV 99.93 94.75 153.73 -
System Red Green Blue C M Y K H S L
Decimal 136 93 41 0 0.32 0.70 0.47 32.84 0.54 0.35
Hex 88 5D 29 0 20 46 2F 21 36 23
Octal 210 135 51 0 40 106 57 41 66 43
Binary 10001000 1011101 101001 0 100000 1000110 101111 100001 110110 100011

Color Harmonies of #885D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D29

Black with #885D29

Text Example


Text Example

White with #885D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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