Html Css Color HEX #716548 Soya Bean

📋 copy color: '#716548'

red 113 ◦ green 101 ◦ blue 72

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

Shades of Soya Bean #716548

Tints of Soya Bean #716548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.31%

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

R = 39.51%
G = 35.31%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#716548 (or 0x716548) is known color: Soya Bean. HEX triplet: 71, 65 and 48. RGB value is (113,101,72). Sum of RGB (Red+Green+Blue) = 113+101+72=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #716548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716548 is #8E9AB7. Grayscale: #656565. Windows color (decimal): -9345720 or 4744561. OLE color: 4744561.

HSL color Cylindrical-coordinate representation of color #716548: hue angle of 42.44º 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 #716548 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 101 72 -
CMYK 0 0.11 0.36 0.56
HSL 42.44º 0.22% 0.36% -
HSV(B) 42.44º 0.36% 0.44% -
XYZ 12.63 13.29 8.03 -
YUV 101.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 113 101 72 0 0.11 0.36 0.56 42.44 0.22 0.36
Hex 71 65 48 0 B 24 38 2A 16 24
Octal 161 145 110 0 13 44 70 52 26 44
Binary 1110001 1100101 1001000 0 1011 100100 111000 101010 10110 100100

Color Harmonies of #716548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716548

Black with #716548

Text Example


Text Example

White with #716548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716548; }

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

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

background-color css

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

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

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

border-color css

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

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

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