Html Css Color HEX #885D2A Rusty Nail

📋 copy color: '#885D2A'

red 136 ◦ green 93 ◦ blue 42

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

Shades of Rusty Nail #885D2A

Tints of Rusty Nail #885D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 50.18%
G = 34.32%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#885D2A (or 0x885D2A) is known color: Rusty Nail. HEX triplet: 88, 5D and 2A. RGB value is (136,93,42). Sum of RGB (Red+Green+Blue) = 136+93+42=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #885D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885D2A is #77A2D5. Grayscale: #646464. Windows color (decimal): -7840470 or 2776456. OLE color: 2776456.

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

Color convert

RGB 136 93 42 -
CMYK 0 0.32 0.69 0.47
HSL 32.55º 0.53% 0.35% -
HSV(B) 32.55º 0.69% 0.53% -
XYZ 14.49 13.23 3.98 -
YUV 100.04 95.25 153.65 -
System Red Green Blue C M Y K H S L
Decimal 136 93 42 0 0.32 0.69 0.47 32.55 0.53 0.35
Hex 88 5D 2A 0 20 45 2F 21 35 23
Octal 210 135 52 0 40 105 57 41 65 43
Binary 10001000 1011101 101010 0 100000 1000101 101111 100001 110101 100011

Color Harmonies of #885D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D2A

Black with #885D2A

Text Example


Text Example

White with #885D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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