Html Css Color HEX #855D73 Strikemaster

📋 copy color: '#855D73'

red 133 ◦ green 93 ◦ blue 115

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

Shades of Strikemaster #855D73

Tints of Strikemaster #855D73

RGB

 RED value IS 133 (52.34% from 255) = 39%

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

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

R = 39%
G = 27.27%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#855D73 (or 0x855D73) is known color: Strikemaster. HEX triplet: 85, 5D and 73. RGB value is (133,93,115). Sum of RGB (Red+Green+Blue) = 133+93+115=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #855D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D73 is #7AA28C. Grayscale: #6B6B6B. Windows color (decimal): -8037005 or 7560581. OLE color: 7560581.

HSL color Cylindrical-coordinate representation of color #855D73: hue angle of 327º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D73 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 93 115 -
CMYK 0 0.30 0.14 0.48
HSL 327º 0.18% 0.44% -
HSV(B) 327º 0.3% 0.52% -
XYZ 16.68 14.05 18.05 -
YUV 107.47 132.25 146.21 -
System Red Green Blue C M Y K H S L
Decimal 133 93 115 0 0.30 0.14 0.48 327 0.18 0.44
Hex 85 5D 73 0 1E E 30 147 12 2C
Octal 205 135 163 0 36 16 60 507 22 54
Binary 10000101 1011101 1110011 0 11110 1110 110000 101000111 10010 101100

Color Harmonies of #855D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D73

Black with #855D73

Text Example


Text Example

White with #855D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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