#838284

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

Shades of Topaz #838284

Tints of Topaz #838284

Color information

#838284 (or 0x838284) is unknown color: approx Topaz. HEX triplet: 83, 82 and 84. RGB value is (131,130,132). Sum of RGB (Red+Green+Blue) = 131+130+132=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 132 - color contains mainly: blue. Hex color #838284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838284 is #7C7D7B. Grayscale: #828282. Windows color (decimal): -8158588 or 8684163. OLE color: 8684163.

HSL color Cylindrical-coordinate representation of color #838284: hue angle of 270º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #838284 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB131130132-
CMYK0.010.0200.48
HSL270º0.81%51.37%-
HSV(B)270º1.52%51.76%-
XYZ21.5122.4625.03-
YUV130.53128.83128.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.33%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 132 (51.95% from 255) = 33.59%
R=33.33%
G=33.08%
B=33.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311301320.010.0200.482700.8151.37
Hex8382841203010e133
Octal20320220412060416163
Binary10000011100000101000010011001100001000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838284; }

 p { color: rgb(131,130,132); }

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

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

 a { background-color: rgb(131,130,132); }

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

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

 span { border-color: rgb(131,130,132); }

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