Html Css Color HEX #8A535E Cannon Pink

📋 copy color: '#8A535E'

red 138 ◦ green 83 ◦ blue 94

#8A535E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #8A535E

Tints of Cannon Pink #8A535E

RGB

 RED value IS 138 (54.3% 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 value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#8A535E (or 0x8A535E) is known color: 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

RGB 138 83 94 -
CMYK 0 0.40 0.32 0.46
HSL 348º 0.25% 0.43% -
HSV(B) 348º 0.4% 0.54% -
XYZ 15.59 12.4 12.16 -
YUV 100.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 138 83 94 0 0.40 0.32 0.46 348 0.25 0.43
Hex 8A 53 5E 0 28 20 2E 15C 19 2B
Octal 212 123 136 0 50 40 56 534 31 53
Binary 10001010 1010011 1011110 0 101000 100000 101110 101011100 11001 101011

Color Harmonies of #8A535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A535E

Black with #8A535E

Text Example


Text Example

White with #8A535E

Text Example


Text Example

HTML Codes & Css Web 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>