Html Css Color HEX #885A33 Rusty Nail

📋 copy color: '#885A33'

red 136 ◦ green 90 ◦ blue 51

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

Shades of Rusty Nail #885A33

Tints of Rusty Nail #885A33

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.49%

 BLUE value IS 51 (20.31% from 255) = 18.41%

R = 49.1%
G = 32.49%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#885A33 (or 0x885A33) is known color: Rusty Nail. HEX triplet: 88, 5A and 33. RGB value is (136,90,51). Sum of RGB (Red+Green+Blue) = 136+90+51=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #885A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885A33 is #77A5CC. Grayscale: #636363. Windows color (decimal): -7841229 or 3365512. OLE color: 3365512.

HSL color Cylindrical-coordinate representation of color #885A33: hue angle of 27.53º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #885A33 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 90 51 -
CMYK 0 0.34 0.62 0.47
HSL 27.53º 0.45% 0.37% -
HSV(B) 27.53º 0.63% 0.53% -
XYZ 14.41 12.79 4.84 -
YUV 99.31 100.74 154.17 -
System Red Green Blue C M Y K H S L
Decimal 136 90 51 0 0.34 0.62 0.47 27.53 0.45 0.37
Hex 88 5A 33 0 22 3E 2F 1C 2D 25
Octal 210 132 63 0 42 76 57 34 55 45
Binary 10001000 1011010 110011 0 100010 111110 101111 11100 101101 100101

Color Harmonies of #885A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A33

Black with #885A33

Text Example


Text Example

White with #885A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,90,51); }

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

background-color css

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

 a { background-color: rgb(136,90,51); }

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

border-color css

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

 span { border-color: rgb(136,90,51); }

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