Html Css Color HEX #716348 Soya Bean

📋 copy color: '#716348'

red 113 ◦ green 99 ◦ blue 72

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

Shades of Soya Bean #716348

Tints of Soya Bean #716348

RGB

 RED value IS 113 (44.53% from 255) = 39.79%

 GREEN value IS 99 (39.06% from 255) = 34.86%

 BLUE value IS 72 (28.52% from 255) = 25.35%

R = 39.79%
G = 34.86%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#716348 (or 0x716348) is known color: Soya Bean. HEX triplet: 71, 63 and 48. RGB value is (113,99,72). Sum of RGB (Red+Green+Blue) = 113+99+72=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #716348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716348 is #8E9CB7. Grayscale: #646464. Windows color (decimal): -9346232 or 4744049. OLE color: 4744049.

HSL color Cylindrical-coordinate representation of color #716348: hue angle of 39.51º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #716348 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 99 72 -
CMYK 0 0.12 0.36 0.56
HSL 39.51º 0.22% 0.36% -
HSV(B) 39.51º 0.36% 0.44% -
XYZ 12.44 12.9 7.97 -
YUV 100.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 113 99 72 0 0.12 0.36 0.56 39.51 0.22 0.36
Hex 71 63 48 0 C 24 38 28 16 24
Octal 161 143 110 0 14 44 70 50 26 44
Binary 1110001 1100011 1001000 0 1100 100100 111000 101000 10110 100100

Color Harmonies of #716348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716348

Black with #716348

Text Example


Text Example

White with #716348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716348; }

 p { color: rgb(113,99,72); }

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

background-color css

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

 a { background-color: rgb(113,99,72); }

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

border-color css

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

 span { border-color: rgb(113,99,72); }

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