#83818B

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

Shades of Topaz #83818B

Tints of Topaz #83818B

Color information

#83818B (or 0x83818B) is unknown color: approx Topaz. HEX triplet: 83, 81 and 8B. RGB value is (131,129,139). Sum of RGB (Red+Green+Blue) = 131+129+139=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 139 - color contains mainly: blue. Hex color #83818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83818B is #7C7E74. Grayscale: #828282. Windows color (decimal): -8158837 or 9142659. OLE color: 9142659.

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

Color convert

RGB131129139-
CMYK0.060.0700.45
HSL252º4.13%52.55%-
HSV(B)252º7.19%54.51%-
XYZ21.8722.3927.6-
YUV130.74132.66128.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.83%
GREEN value IS 129 (50.78% from 255) = 32.33%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=32.83%
G=32.33%
B=34.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311291390.060.0700.452524.1352.55
Hex83818B6702Dfc435
Octal20320121367055374465
Binary100000111000000110001011110111010110111111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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