#88632f

Color #88632F Rusty Nail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rusty Nail #88632F

Tints of Rusty Nail #88632F

Color information

#88632F (or 0x88632F) is unknown color: approx Rusty Nail. HEX triplet: 88, 63 and 2F. RGB value is (136,99,47). Sum of RGB (Red+Green+Blue) = 136+99+47=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #88632F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88632F is #779CD0. Grayscale: #686868. Windows color (decimal): -7838929 or 3105672. OLE color: 3105672.

HSL color Cylindrical-coordinate representation of color #88632F: hue angle of 35.06º degrees, saturation: 0.49, 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 #88632F is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1369947-
CMYK00.270.650.47
HSL35.06º48.63%35.88%-
HSV(B)35.06º65.44%53.33%-
XYZ15.1314.364.66-
YUV104.1495.76150.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.23%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 47 (18.75% from 255) = 16.67%
R=48.23%
G=35.11%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136994700.270.650.4735.0648.6335.88
Hex88632F01B412F233124
Octal2101435703310157436144
Binary1000100011000111011110110111000001101111100011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88632f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88632f; }

 p { color: rgb(136,99,47); }

 H1.HeaderClassName
 {
   color: #88632f;
 }
 .AnyTagClassName
 {
   color: #88632f;
 }
</style>
background-color css

<style>
 a { background-color: #88632f; }

 a { background-color: rgb(136,99,47); }

 div.DivClassName
 {
   background-color: #88632f;
 }
 .BgClassName
 {
   background-color: #88632f;
 }
</style>
border-color css

<style>
 span { border-color: #88632f; }

 span { border-color: rgb(136,99,47); }

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