#88632B

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

Shades of Rusty Nail #88632B

Tints of Rusty Nail #88632B

Color information

#88632B (or 0x88632B) is unknown color: approx Rusty Nail. HEX triplet: 88, 63 and 2B. RGB value is (136,99,43). Sum of RGB (Red+Green+Blue) = 136+99+43=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #88632B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88632B is #779CD4. Grayscale: #676767. Windows color (decimal): -7838933 or 2843528. OLE color: 2843528.

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

Color convert

RGB1369943-
CMYK00.270.680.47
HSL36.13º51.96%35.1%-
HSV(B)36.13º68.38%53.33%-
XYZ15.0514.334.26-
YUV103.6893.76151.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.92%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 43 (17.19% from 255) = 15.47%
R=48.92%
G=35.61%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136994300.270.680.4736.1351.9635.1
Hex88632B01B442F243423
Octal2101435303310457446443
Binary1000100011000111010110110111000100101111100100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88632B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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