Html Css Color HEX #885C29 Rusty Nail

📋 copy color: '#885C29'

red 136 ◦ green 92 ◦ blue 41

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

Shades of Rusty Nail #885C29

Tints of Rusty Nail #885C29

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.2%

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

R = 50.56%
G = 34.2%
B = 15.24%

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

#885C29 (or 0x885C29) is known color: Rusty Nail. HEX triplet: 88, 5C and 29. RGB value is (136,92,41). Sum of RGB (Red+Green+Blue) = 136+92+41=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #885C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885C29 is #77A3D6. Grayscale: #636363. Windows color (decimal): -7840727 or 2710664. OLE color: 2710664.

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

Color convert

RGB 136 92 41 -
CMYK 0 0.32 0.70 0.47
HSL 32.21º 0.54% 0.35% -
HSV(B) 32.21º 0.7% 0.53% -
XYZ 14.38 13.05 3.86 -
YUV 99.34 95.08 154.15 -
System Red Green Blue C M Y K H S L
Decimal 136 92 41 0 0.32 0.70 0.47 32.21 0.54 0.35
Hex 88 5C 29 0 20 46 2F 20 36 23
Octal 210 134 51 0 40 106 57 40 66 43
Binary 10001000 1011100 101001 0 100000 1000110 101111 100000 110110 100011

Color Harmonies of #885C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C29

Black with #885C29

Text Example


Text Example

White with #885C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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