Html Css Color HEX #815D73 Strikemaster

📋 copy color: '#815D73'

red 129 ◦ green 93 ◦ blue 115

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

Shades of Strikemaster #815D73

Tints of Strikemaster #815D73

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.6%

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

R = 38.28%
G = 27.6%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#815D73 (or 0x815D73) is known color: Strikemaster. HEX triplet: 81, 5D and 73. RGB value is (129,93,115). Sum of RGB (Red+Green+Blue) = 129+93+115=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #815D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815D73 is #7EA28C. Grayscale: #6A6A6A. Windows color (decimal): -8299149 or 7560577. OLE color: 7560577.

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

Color convert

RGB 129 93 115 -
CMYK 0 0.28 0.11 0.49
HSL 323.33º 0.16% 0.44% -
HSV(B) 323.33º 0.28% 0.51% -
XYZ 16.06 13.73 18.02 -
YUV 106.27 132.93 144.21 -
System Red Green Blue C M Y K H S L
Decimal 129 93 115 0 0.28 0.11 0.49 323.33 0.16 0.44
Hex 81 5D 73 0 1C B 31 143 10 2C
Octal 201 135 163 0 34 13 61 503 20 54
Binary 10000001 1011101 1110011 0 11100 1011 110001 101000011 10000 101100

Color Harmonies of #815D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815D73

Black with #815D73

Text Example


Text Example

White with #815D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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