Html Css Color HEX #83818A Topaz

📋 copy color: '#83818A'

red 131 ◦ green 129 ◦ blue 138

#83818A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Topaz #83818A

Tints of Topaz #83818A

RGB

 RED value IS 131 (51.56% from 255) = 32.91%

 GREEN value IS 129 (50.78% from 255) = 32.41%

 BLUE value IS 138 (54.3% from 255) = 34.67%

R = 32.91%
G = 32.41%
B = 34.67%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#83818A (or 0x83818A) is known color: Topaz. HEX triplet: 83, 81 and 8A. RGB value is (131,129,138). Sum of RGB (Red+Green+Blue) = 131+129+138=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 138 - color contains mainly: blue. Hex color #83818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83818A is #7C7E75. Grayscale: #828282. Windows color (decimal): -8158838 or 9077123. OLE color: 9077123.

HSL color Cylindrical-coordinate representation of color #83818A: hue angle of 253.33º 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 #83818A is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 129 138 -
CMYK 0.05 0.07 0 0.46
HSL 253.33º 0.04% 0.52% -
HSV(B) 253.33º 0.07% 0.54% -
XYZ 21.8 22.36 27.21 -
YUV 130.62 132.16 128.27 -
System Red Green Blue C M Y K H S L
Decimal 131 129 138 0.05 0.07 0 0.46 253.33 0.04 0.52
Hex 83 81 8A 5 7 0 2E FD 4 34
Octal 203 201 212 5 7 0 56 375 4 64
Binary 10000011 10000001 10001010 101 111 0 101110 11111101 100 110100

Color Harmonies of #83818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83818A

Black with #83818A

Text Example


Text Example

White with #83818A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83818A;
 }
 .AnyTagClassName
 {
   color: #83818A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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