Html Css Color HEX #815C73 Strikemaster

📋 copy color: '#815C73'

red 129 ◦ green 92 ◦ blue 115

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

Shades of Strikemaster #815C73

Tints of Strikemaster #815C73

RGB

 RED value IS 129 (50.78% from 255) = 38.39%

 GREEN value IS 92 (36.33% from 255) = 27.38%

 BLUE value IS 115 (45.31% from 255) = 34.23%

R = 38.39%
G = 27.38%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#815C73 (or 0x815C73) is known color: Strikemaster. HEX triplet: 81, 5C and 73. RGB value is (129,92,115). Sum of RGB (Red+Green+Blue) = 129+92+115=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 129 - color contains mainly: red. Hex color #815C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815C73 is #7EA38C. Grayscale: #696969. Windows color (decimal): -8299405 or 7560321. OLE color: 7560321.

HSL color Cylindrical-coordinate representation of color #815C73: hue angle of 322.7º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #815C73 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 92 115 -
CMYK 0 0.29 0.11 0.49
HSL 322.7º 0.17% 0.43% -
HSV(B) 322.7º 0.29% 0.51% -
XYZ 15.97 13.56 17.99 -
YUV 105.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 129 92 115 0 0.29 0.11 0.49 322.7 0.17 0.43
Hex 81 5C 73 0 1D B 31 143 11 2B
Octal 201 134 163 0 35 13 61 503 21 53
Binary 10000001 1011100 1110011 0 11101 1011 110001 101000011 10001 101011

Color Harmonies of #815C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815C73

Black with #815C73

Text Example


Text Example

White with #815C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815C73; }

 p { color: rgb(129,92,115); }

 H1.HeaderClassName
 {
   color: #815C73;
 }
 .AnyTagClassName
 {
   color: #815C73;
 }
</style>

background-color css

<style>
 a { background-color: #815C73; }

 a { background-color: rgb(129,92,115); }

 div.DivClassName
 {
   background-color: #815C73;
 }
 .BgClassName
 {
   background-color: #815C73;
 }
</style>

border-color css

<style>
 span { border-color: #815C73; }

 span { border-color: rgb(129,92,115); }

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