#8A535E

Color #8A535E Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #8A535E

Tints of Cannon Pink #8A535E

Color information

#8A535E (or 0x8A535E) is unknown color: approx Cannon Pink. HEX triplet: 8A, 53 and 5E. RGB value is (138,83,94). Sum of RGB (Red+Green+Blue) = 138+83+94=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 138 - color contains mainly: red. Hex color #8A535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A535E is #75ACA1. Grayscale: #646464. Windows color (decimal): -7711906 or 6181770. OLE color: 6181770.

HSL color Cylindrical-coordinate representation of color #8A535E: hue angle of 348º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A535E is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB1388394-
CMYK00.400.320.46
HSL348º24.89%43.33%-
HSV(B)348º39.86%54.12%-
XYZ15.5912.412.16-
YUV100.7124.22154.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.81%
GREEN value IS 83 (32.81% from 255) = 26.35%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=43.81%
G=26.35%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138839400.400.320.4634824.8943.33
Hex8A535E028202E15c192b
Octal21212313605040565343153
Binary1000101010100111011110010100010000010111010101110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A535E; }

 p { color: rgb(138,83,94); }

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

<style>
 a { background-color: #8A535E; }

 a { background-color: rgb(138,83,94); }

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

<style>
 span { border-color: #8A535E; }

 span { border-color: rgb(138,83,94); }

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