#88602A

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

Shades of Rusty Nail #88602A

Tints of Rusty Nail #88602A

Color information

#88602A (or 0x88602A) is unknown color: approx Rusty Nail. HEX triplet: 88, 60 and 2A. RGB value is (136,96,42). Sum of RGB (Red+Green+Blue) = 136+96+42=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #88602A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88602A is #779FD5. Grayscale: #666666. Windows color (decimal): -7839702 or 2777224. OLE color: 2777224.

HSL color Cylindrical-coordinate representation of color #88602A: hue angle of 34.47º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88602A is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1369642-
CMYK00.290.690.47
HSL34.47º52.81%34.9%-
HSV(B)34.47º69.12%53.33%-
XYZ14.7513.774.07-
YUV101.894.25152.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.64%
GREEN value IS 96 (37.89% from 255) = 35.04%
BLUE value IS 42 (16.80% from 255) = 15.33%
R=49.64%
G=35.04%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136964200.290.690.4734.4752.8134.9
Hex88602A01D452F223523
Octal2101405203510557426543
Binary1000100011000001010100111011000101101111100010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88602A; }

 p { color: rgb(136,96,42); }

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

<style>
 a { background-color: #88602A; }

 a { background-color: rgb(136,96,42); }

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

<style>
 span { border-color: #88602A; }

 span { border-color: rgb(136,96,42); }

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