Html Css Color HEX #838481 Gunsmoke

📋 copy color: '#838481'

red 131 ◦ green 132 ◦ blue 129

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

Shades of Gunsmoke #838481

Tints of Gunsmoke #838481

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.67%

 BLUE value IS 129 (50.78% from 255) = 32.91%

R = 33.42%
G = 33.67%
B = 32.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#838481 (or 0x838481) is known color: Gunsmoke. HEX triplet: 83, 84 and 81. RGB value is (131,132,129). Sum of RGB (Red+Green+Blue) = 131+132+129=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 132 - color contains mainly: green. Hex color #838481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838481 is #7C7B7E. Grayscale: #838383. Windows color (decimal): -8158079 or 8488067. OLE color: 8488067.

HSL color Cylindrical-coordinate representation of color #838481: hue angle of 80º 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 #838481 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 132 129 -
CMYK 0.01 0 0.02 0.48
HSL 80º 0.01% 0.51% -
HSV(B) 80º 0.02% 0.52% -
XYZ 21.57 22.91 24.05 -
YUV 131.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 131 132 129 0.01 0 0.02 0.48 80 0.01 0.51
Hex 83 84 81 1 0 2 30 50 1 33
Octal 203 204 201 1 0 2 60 120 1 63
Binary 10000011 10000100 10000001 1 0 10 110000 1010000 1 110011

Color Harmonies of #838481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838481

Black with #838481

Text Example


Text Example

White with #838481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838481; }

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

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

background-color css

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

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

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

border-color css

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

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

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