Html Css Color HEX #83938D Granny Smith

📋 copy color: '#83938D'

red 131 ◦ green 147 ◦ blue 141

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

Shades of Granny Smith #83938D

Tints of Granny Smith #83938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.08%

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 31.26%
G = 35.08%
B = 33.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#83938D (or 0x83938D) is known color: Granny Smith. HEX triplet: 83, 93 and 8D. RGB value is (131,147,141). Sum of RGB (Red+Green+Blue) = 131+147+141=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 147 - color contains mainly: green. Hex color #83938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83938D is #7C6C72. Grayscale: #8D8D8D. Windows color (decimal): -8154227 or 9278339. OLE color: 9278339.

HSL color Cylindrical-coordinate representation of color #83938D: hue angle of 157.5º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #83938D is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 147 141 -
CMYK 0.11 0 0.04 0.42
HSL 157.5º 0.07% 0.55% -
HSV(B) 157.5º 0.11% 0.58% -
XYZ 24.6 27.62 29.23 -
YUV 141.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 131 147 141 0.11 0 0.04 0.42 157.5 0.07 0.55
Hex 83 93 8D B 0 4 2A 9E 7 37
Octal 203 223 215 13 0 4 52 236 7 67
Binary 10000011 10010011 10001101 1011 0 100 101010 10011110 111 110111

Color Harmonies of #83938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83938D

Black with #83938D

Text Example


Text Example

White with #83938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83938D; }

 p { color: rgb(131,147,141); }

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

background-color css

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

 a { background-color: rgb(131,147,141); }

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

border-color css

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

 span { border-color: rgb(131,147,141); }

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