Html Css Color HEX #848581 Gunsmoke

📋 copy color: '#848581'

red 132 ◦ green 133 ◦ blue 129

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

Shades of Gunsmoke #848581

Tints of Gunsmoke #848581

RGB

 RED value IS 132 (51.95% from 255) = 33.5%

 GREEN value IS 133 (52.34% from 255) = 33.76%

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

R = 33.5%
G = 33.76%
B = 32.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#848581 (or 0x848581) is known color: Gunsmoke. HEX triplet: 84, 85 and 81. RGB value is (132,133,129). Sum of RGB (Red+Green+Blue) = 132+133+129=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 133 - color contains mainly: green. Hex color #848581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848581 is #7B7A7E. Grayscale: #848484. Windows color (decimal): -8092287 or 8488324. OLE color: 8488324.

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

Color convert

RGB 132 133 129 -
CMYK 0.01 0 0.03 0.48
HSL 75º 0.02% 0.51% -
HSV(B) 75º 0.03% 0.52% -
XYZ 21.87 23.27 24.11 -
YUV 132.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 132 133 129 0.01 0 0.03 0.48 75 0.02 0.51
Hex 84 85 81 1 0 3 30 4B 2 33
Octal 204 205 201 1 0 3 60 113 2 63
Binary 10000100 10000101 10000001 1 0 11 110000 1001011 10 110011

Color Harmonies of #848581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848581

Black with #848581

Text Example


Text Example

White with #848581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848581; }

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

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

background-color css

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

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

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

border-color css

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

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

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