Html Css Color HEX #885A30 Rusty Nail

📋 copy color: '#885A30'

red 136 ◦ green 90 ◦ blue 48

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

Shades of Rusty Nail #885A30

Tints of Rusty Nail #885A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.52%

R = 49.64%
G = 32.85%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#885A30 (or 0x885A30) is known color: Rusty Nail. HEX triplet: 88, 5A and 30. RGB value is (136,90,48). Sum of RGB (Red+Green+Blue) = 136+90+48=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #885A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885A30 is #77A5CF. Grayscale: #636363. Windows color (decimal): -7841232 or 3168904. OLE color: 3168904.

HSL color Cylindrical-coordinate representation of color #885A30: hue angle of 28.64º degrees, saturation: 0.48, 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 #885A30 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 90 48 -
CMYK 0 0.34 0.65 0.47
HSL 28.64º 0.48% 0.36% -
HSV(B) 28.64º 0.65% 0.53% -
XYZ 14.34 12.76 4.5 -
YUV 98.97 99.24 154.42 -
System Red Green Blue C M Y K H S L
Decimal 136 90 48 0 0.34 0.65 0.47 28.64 0.48 0.36
Hex 88 5A 30 0 22 41 2F 1D 30 24
Octal 210 132 60 0 42 101 57 35 60 44
Binary 10001000 1011010 110000 0 100010 1000001 101111 11101 110000 100100

Color Harmonies of #885A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A30

Black with #885A30

Text Example


Text Example

White with #885A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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