Html Css Color HEX #83738A Mamba

📋 copy color: '#83738A'

red 131 ◦ green 115 ◦ blue 138

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

Shades of Mamba #83738A

Tints of Mamba #83738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.95%

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

R = 34.11%
G = 29.95%
B = 35.94%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#83738A (or 0x83738A) is known color: Mamba. HEX triplet: 83, 73 and 8A. RGB value is (131,115,138). Sum of RGB (Red+Green+Blue) = 131+115+138=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 138 - color contains mainly: blue. Hex color #83738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83738A is #7C8C75. Grayscale: #7A7A7A. Windows color (decimal): -8162422 or 9073539. OLE color: 9073539.

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

Color convert

RGB 131 115 138 -
CMYK 0.05 0.17 0 0.46
HSL 281.74º 0.09% 0.5% -
HSV(B) 281.74º 0.17% 0.54% -
XYZ 20.08 18.92 26.64 -
YUV 122.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 131 115 138 0.05 0.17 0 0.46 281.74 0.09 0.5
Hex 83 73 8A 5 11 0 2E 11A 9 32
Octal 203 163 212 5 21 0 56 432 11 62
Binary 10000011 1110011 10001010 101 10001 0 101110 100011010 1001 110010

Color Harmonies of #83738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83738A

Black with #83738A

Text Example


Text Example

White with #83738A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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