Html Css Color HEX #715F45 Soya Bean

📋 copy color: '#715F45'

red 113 ◦ green 95 ◦ blue 69

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

Shades of Soya Bean #715F45

Tints of Soya Bean #715F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.3%

 BLUE value IS 69 (27.34% from 255) = 24.91%

R = 40.79%
G = 34.3%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#715F45 (or 0x715F45) is known color: Soya Bean. HEX triplet: 71, 5F and 45. RGB value is (113,95,69). Sum of RGB (Red+Green+Blue) = 113+95+69=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #715F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715F45 is #8EA0BA. Grayscale: #616161. Windows color (decimal): -9347259 or 4546417. OLE color: 4546417.

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

Color convert

RGB 113 95 69 -
CMYK 0 0.16 0.39 0.56
HSL 35.45º 0.24% 0.36% -
HSV(B) 35.45º 0.39% 0.44% -
XYZ 11.98 12.12 7.34 -
YUV 97.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 113 95 69 0 0.16 0.39 0.56 35.45 0.24 0.36
Hex 71 5F 45 0 10 27 38 23 18 24
Octal 161 137 105 0 20 47 70 43 30 44
Binary 1110001 1011111 1000101 0 10000 100111 111000 100011 11000 100100

Color Harmonies of #715F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715F45

Black with #715F45

Text Example


Text Example

White with #715F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715F45; }

 p { color: rgb(113,95,69); }

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

background-color css

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

 a { background-color: rgb(113,95,69); }

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

border-color css

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

 span { border-color: rgb(113,95,69); }

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