Html Css Color HEX #83754C Shadow

📋 copy color: '#83754C'

red 131 ◦ green 117 ◦ blue 76

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

Shades of Shadow #83754C

Tints of Shadow #83754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.11%

 BLUE value IS 76 (30.08% from 255) = 23.46%

R = 40.43%
G = 36.11%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#83754C (or 0x83754C) is known color: Shadow. HEX triplet: 83, 75 and 4C. RGB value is (131,117,76). Sum of RGB (Red+Green+Blue) = 131+117+76=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #83754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83754C is #7C8AB3. Grayscale: #747474. Windows color (decimal): -8161972 or 5010819. OLE color: 5010819.

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

Color convert

RGB 131 117 76 -
CMYK 0 0.11 0.42 0.49
HSL 44.73º 0.27% 0.41% -
HSV(B) 44.73º 0.42% 0.51% -
XYZ 17.03 18.07 9.43 -
YUV 116.51 105.14 138.33 -
System Red Green Blue C M Y K H S L
Decimal 131 117 76 0 0.11 0.42 0.49 44.73 0.27 0.41
Hex 83 75 4C 0 B 2A 31 2D 1B 29
Octal 203 165 114 0 13 52 61 55 33 51
Binary 10000011 1110101 1001100 0 1011 101010 110001 101101 11011 101001

Color Harmonies of #83754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83754C

Black with #83754C

Text Example


Text Example

White with #83754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83754C; }

 p { color: rgb(131,117,76); }

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

background-color css

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

 a { background-color: rgb(131,117,76); }

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

border-color css

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

 span { border-color: rgb(131,117,76); }

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