Html Css Color HEX #885D2F Rusty Nail

📋 copy color: '#885D2F'

red 136 ◦ green 93 ◦ blue 47

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

Shades of Rusty Nail #885D2F

Tints of Rusty Nail #885D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.03%

R = 49.28%
G = 33.7%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#885D2F (or 0x885D2F) is known color: Rusty Nail. HEX triplet: 88, 5D and 2F. RGB value is (136,93,47). Sum of RGB (Red+Green+Blue) = 136+93+47=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #885D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885D2F is #77A2D0. Grayscale: #646464. Windows color (decimal): -7840465 or 3104136. OLE color: 3104136.

HSL color Cylindrical-coordinate representation of color #885D2F: hue angle of 31.01º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #885D2F is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 93 47 -
CMYK 0 0.32 0.65 0.47
HSL 31.01º 0.49% 0.36% -
HSV(B) 31.01º 0.65% 0.53% -
XYZ 14.58 13.27 4.48 -
YUV 100.61 97.75 153.24 -
System Red Green Blue C M Y K H S L
Decimal 136 93 47 0 0.32 0.65 0.47 31.01 0.49 0.36
Hex 88 5D 2F 0 20 41 2F 1F 31 24
Octal 210 135 57 0 40 101 57 37 61 44
Binary 10001000 1011101 101111 0 100000 1000001 101111 11111 110001 100100

Color Harmonies of #885D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D2F

Black with #885D2F

Text Example


Text Example

White with #885D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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