#83738B

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

Shades of Topaz #83738B

Tints of Topaz #83738B

Color information

#83738B (or 0x83738B) is unknown color: approx Topaz. HEX triplet: 83, 73 and 8B. RGB value is (131,115,139). Sum of RGB (Red+Green+Blue) = 131+115+139=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: blue. Hex color #83738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83738B is #7C8C74. Grayscale: #7A7A7A. Windows color (decimal): -8162421 or 9139075. OLE color: 9139075.

HSL color Cylindrical-coordinate representation of color #83738B: hue angle of 280º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83738B is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB131115139-
CMYK0.060.1700.45
HSL280º9.45%49.8%-
HSV(B)280º17.27%54.51%-
XYZ20.1518.9527.02-
YUV122.52137.3134.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 115 (45.31% from 255) = 29.87%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=34.03%
G=29.87%
B=36.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311151390.060.1700.452809.4549.8
Hex83738B61102D118932
Octal2031632136210554301162
Binary100000111110011100010111101000101011011000110001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83738B; }

 p { color: rgb(131,115,139); }

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

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

 a { background-color: rgb(131,115,139); }

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

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

 span { border-color: rgb(131,115,139); }

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