#83808A

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

Shades of Topaz #83808A

Tints of Topaz #83808A

Color information

#83808A (or 0x83808A) is unknown color: approx Topaz. HEX triplet: 83, 80 and 8A. RGB value is (131,128,138). Sum of RGB (Red+Green+Blue) = 131+128+138=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 138 - color contains mainly: blue. Hex color #83808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83808A is #7C7F75. Grayscale: #828282. Windows color (decimal): -8159094 or 9076867. OLE color: 9076867.

HSL color Cylindrical-coordinate representation of color #83808A: hue angle of 258º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #83808A is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB131128138-
CMYK0.050.0700.46
HSL258º4.1%52.16%-
HSV(B)258º7.25%54.12%-
XYZ21.6722.127.17-
YUV130.04132.49128.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.00%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 138 (54.30% from 255) = 34.76%
R=33.00%
G=32.24%
B=34.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311281380.050.0700.462584.152.16
Hex83808A5702E102434
Octal20320021257056402464
Binary1000001110000000100010101011110101110100000010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83808A; }

 p { color: rgb(131,128,138); }

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

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

 a { background-color: rgb(131,128,138); }

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

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

 span { border-color: rgb(131,128,138); }

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