Html Css Color HEX #83764D Shadow

📋 copy color: '#83764D'

red 131 ◦ green 118 ◦ blue 77

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

Shades of Shadow #83764D

Tints of Shadow #83764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.2%

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

R = 40.18%
G = 36.2%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#83764D (or 0x83764D) is known color: Shadow. HEX triplet: 83, 76 and 4D. RGB value is (131,118,77). Sum of RGB (Red+Green+Blue) = 131+118+77=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #83764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83764D is #7C89B2. Grayscale: #757575. Windows color (decimal): -8161715 or 5076611. OLE color: 5076611.

HSL color Cylindrical-coordinate representation of color #83764D: hue angle of 45.56º 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 #83764D is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 118 77 -
CMYK 0 0.10 0.41 0.49
HSL 45.56º 0.26% 0.41% -
HSV(B) 45.56º 0.41% 0.51% -
XYZ 17.18 18.32 9.65 -
YUV 117.21 105.31 137.83 -
System Red Green Blue C M Y K H S L
Decimal 131 118 77 0 0.10 0.41 0.49 45.56 0.26 0.41
Hex 83 76 4D 0 A 29 31 2E 1A 29
Octal 203 166 115 0 12 51 61 56 32 51
Binary 10000011 1110110 1001101 0 1010 101001 110001 101110 11010 101001

Color Harmonies of #83764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83764D

Black with #83764D

Text Example


Text Example

White with #83764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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