#837592

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

Shades of Topaz #837592

Tints of Topaz #837592

Color information

#837592 (or 0x837592) is unknown color: approx Topaz. HEX triplet: 83, 75 and 92. RGB value is (131,117,146). Sum of RGB (Red+Green+Blue) = 131+117+146=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 146 - color contains mainly: blue. Hex color #837592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837592 is #7C8A6D. Grayscale: #7C7C7C. Windows color (decimal): -8161902 or 9598339. OLE color: 9598339.

HSL color Cylindrical-coordinate representation of color #837592: hue angle of 268.97º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #837592 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB131117146-
CMYK0.100.2000.43
HSL268.97º11.74%51.57%-
HSV(B)268.97º19.86%57.25%-
XYZ20.9119.6229.88-
YUV124.49140.14132.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.25%
GREEN value IS 117 (46.09% from 255) = 29.70%
BLUE value IS 146 (57.42% from 255) = 37.06%
R=33.25%
G=29.70%
B=37.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311171460.100.2000.43268.9711.7451.57
Hex837592A1402B10dc34
Octal20316522212240534151464
Binary1000001111101011001001010101010001010111000011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837592; }

 p { color: rgb(131,117,146); }

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

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

 a { background-color: rgb(131,117,146); }

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

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

 span { border-color: rgb(131,117,146); }

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