#846273

Color #846273 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #846273

Tints of Strikemaster #846273

Color information

#846273 (or 0x846273) is unknown color: approx Strikemaster. HEX triplet: 84, 62 and 73. RGB value is (132,98,115). Sum of RGB (Red+Green+Blue) = 132+98+115=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #846273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846273 is #7B9D8C. Grayscale: #6E6E6E. Windows color (decimal): -8101261 or 7561860. OLE color: 7561860.

HSL color Cylindrical-coordinate representation of color #846273: hue angle of 330º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #846273 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB13298115-
CMYK00.260.130.48
HSL330º14.78%45.1%-
HSV(B)330º25.76%51.76%-
XYZ16.9814.8818.2-
YUV110.1130.76143.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 115 (45.31% from 255) = 33.33%
R=38.26%
G=28.41%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329811500.260.130.4833014.7845.1
Hex84627301AD3014af2d
Octal20414216303215605121755
Binary100001001100010111001101101011011100001010010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846273; }

 p { color: rgb(132,98,115); }

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

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

 a { background-color: rgb(132,98,115); }

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

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

 span { border-color: rgb(132,98,115); }

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