Html Css Color HEX #83744D Shadow

📋 copy color: '#83744D'

red 131 ◦ green 116 ◦ blue 77

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

Shades of Shadow #83744D

Tints of Shadow #83744D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.8%

 BLUE value IS 77 (30.47% from 255) = 23.77%

R = 40.43%
G = 35.8%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#83744D (or 0x83744D) is known color: Shadow. HEX triplet: 83, 74 and 4D. RGB value is (131,116,77). Sum of RGB (Red+Green+Blue) = 131+116+77=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #83744D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83744D is #7C8BB2. Grayscale: #747474. Windows color (decimal): -8162227 or 5076099. OLE color: 5076099.

HSL color Cylindrical-coordinate representation of color #83744D: hue angle of 43.33º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83744D is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 116 77 -
CMYK 0 0.11 0.41 0.49
HSL 43.33º 0.26% 0.41% -
HSV(B) 43.33º 0.41% 0.51% -
XYZ 16.95 17.85 9.57 -
YUV 116.04 105.97 138.67 -
System Red Green Blue C M Y K H S L
Decimal 131 116 77 0 0.11 0.41 0.49 43.33 0.26 0.41
Hex 83 74 4D 0 B 29 31 2B 1A 29
Octal 203 164 115 0 13 51 61 53 32 51
Binary 10000011 1110100 1001101 0 1011 101001 110001 101011 11010 101001

Color Harmonies of #83744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83744D

Black with #83744D

Text Example


Text Example

White with #83744D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,116,77); }

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

background-color css

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

 a { background-color: rgb(131,116,77); }

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

border-color css

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

 span { border-color: rgb(131,116,77); }

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