Html Css Color HEX #885C2C Rusty Nail

📋 copy color: '#885C2C'

red 136 ◦ green 92 ◦ blue 44

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

Shades of Rusty Nail #885C2C

Tints of Rusty Nail #885C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.18%

R = 50%
G = 33.82%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#885C2C (or 0x885C2C) is known color: Rusty Nail. HEX triplet: 88, 5C and 2C. RGB value is (136,92,44). Sum of RGB (Red+Green+Blue) = 136+92+44=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #885C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885C2C is #77A3D3. Grayscale: #636363. Windows color (decimal): -7840724 or 2907272. OLE color: 2907272.

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

Color convert

RGB 136 92 44 -
CMYK 0 0.32 0.68 0.47
HSL 31.3º 0.51% 0.35% -
HSV(B) 31.3º 0.68% 0.53% -
XYZ 14.44 13.07 4.14 -
YUV 99.68 96.58 153.9 -
System Red Green Blue C M Y K H S L
Decimal 136 92 44 0 0.32 0.68 0.47 31.3 0.51 0.35
Hex 88 5C 2C 0 20 44 2F 1F 33 23
Octal 210 134 54 0 40 104 57 37 63 43
Binary 10001000 1011100 101100 0 100000 1000100 101111 11111 110011 100011

Color Harmonies of #885C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C2C

Black with #885C2C

Text Example


Text Example

White with #885C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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