Html Css Color HEX #715F44 Soya Bean

📋 copy color: '#715F44'

red 113 ◦ green 95 ◦ blue 68

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

Shades of Soya Bean #715F44

Tints of Soya Bean #715F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.64%

R = 40.94%
G = 34.42%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#715F44 (or 0x715F44) is known color: Soya Bean. HEX triplet: 71, 5F and 44. RGB value is (113,95,68). Sum of RGB (Red+Green+Blue) = 113+95+68=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #715F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715F44 is #8EA0BB. Grayscale: #616161. Windows color (decimal): -9347260 or 4480881. OLE color: 4480881.

HSL color Cylindrical-coordinate representation of color #715F44: hue angle of 36º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #715F44 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 95 68 -
CMYK 0 0.16 0.40 0.56
HSL 36º 0.25% 0.35% -
HSV(B) 36º 0.4% 0.44% -
XYZ 11.95 12.11 7.18 -
YUV 97.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 113 95 68 0 0.16 0.40 0.56 36 0.25 0.35
Hex 71 5F 44 0 10 28 38 24 19 23
Octal 161 137 104 0 20 50 70 44 31 43
Binary 1110001 1011111 1000100 0 10000 101000 111000 100100 11001 100011

Color Harmonies of #715F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715F44

Black with #715F44

Text Example


Text Example

White with #715F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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