#83818C

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

Shades of Topaz #83818C

Tints of Topaz #83818C

Color information

#83818C (or 0x83818C) is unknown color: approx Topaz. HEX triplet: 83, 81 and 8C. RGB value is (131,129,140). Sum of RGB (Red+Green+Blue) = 131+129+140=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 140 - color contains mainly: blue. Hex color #83818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83818C is #7C7E73. Grayscale: #828282. Windows color (decimal): -8158836 or 9208195. OLE color: 9208195.

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

Color convert

RGB131129140-
CMYK0.060.0800.45
HSL250.91º4.56%52.75%-
HSV(B)250.91º7.86%54.9%-
XYZ21.9422.4227.98-
YUV130.85133.16128.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.75%
GREEN value IS 129 (50.78% from 255) = 32.25%
BLUE value IS 140 (55.08% from 255) = 35%
R=32.75%
G=32.25%
B=35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311291400.060.0800.45250.914.5652.75
Hex83818C6802Dfb535
Octal203201214610055373565
Binary1000001110000001100011001101000010110111111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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