Html Css Color HEX #885C32 Rusty Nail

📋 copy color: '#885C32'

red 136 ◦ green 92 ◦ blue 50

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

Shades of Rusty Nail #885C32

Tints of Rusty Nail #885C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.99%

R = 48.92%
G = 33.09%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#885C32 (or 0x885C32) is known color: Rusty Nail. HEX triplet: 88, 5C and 32. RGB value is (136,92,50). Sum of RGB (Red+Green+Blue) = 136+92+50=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #885C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885C32 is #77A3CD. Grayscale: #646464. Windows color (decimal): -7840718 or 3300488. OLE color: 3300488.

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

Color convert

RGB 136 92 50 -
CMYK 0 0.32 0.63 0.47
HSL 29.3º 0.46% 0.36% -
HSV(B) 29.3º 0.63% 0.53% -
XYZ 14.56 13.12 4.78 -
YUV 100.37 99.58 153.42 -
System Red Green Blue C M Y K H S L
Decimal 136 92 50 0 0.32 0.63 0.47 29.3 0.46 0.36
Hex 88 5C 32 0 20 3F 2F 1D 2E 24
Octal 210 134 62 0 40 77 57 35 56 44
Binary 10001000 1011100 110010 0 100000 111111 101111 11101 101110 100100

Color Harmonies of #885C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C32

Black with #885C32

Text Example


Text Example

White with #885C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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