#88652A

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

Shades of Rusty Nail #88652A

Tints of Rusty Nail #88652A

Color information

#88652A (or 0x88652A) is unknown color: approx Rusty Nail. HEX triplet: 88, 65 and 2A. RGB value is (136,101,42). Sum of RGB (Red+Green+Blue) = 136+101+42=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88652A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88652A is #779AD5. Grayscale: #696969. Windows color (decimal): -7838422 or 2778504. OLE color: 2778504.

HSL color Cylindrical-coordinate representation of color #88652A: hue angle of 37.66º 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 #88652A is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB13610142-
CMYK00.260.690.47
HSL37.66º52.81%34.9%-
HSV(B)37.66º69.12%53.33%-
XYZ15.2214.714.23-
YUV104.7492.6150.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.75%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 42 (16.80% from 255) = 15.05%
R=48.75%
G=36.20%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361014200.260.690.4737.6652.8134.9
Hex88652A01A452F263523
Octal2101455203210557466543
Binary1000100011001011010100110101000101101111100110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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