Html Css Color HEX #715F40 Yellow Metal

📋 copy color: '#715F40'

red 113 ◦ green 95 ◦ blue 64

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

Shades of Yellow Metal #715F40

Tints of Yellow Metal #715F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.53%

R = 41.54%
G = 34.93%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#715F40 (or 0x715F40) is known color: Yellow Metal. HEX triplet: 71, 5F and 40. RGB value is (113,95,64). Sum of RGB (Red+Green+Blue) = 113+95+64=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #715F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715F40 is #8EA0BF. Grayscale: #606060. Windows color (decimal): -9347264 or 4218737. OLE color: 4218737.

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

Color convert

RGB 113 95 64 -
CMYK 0 0.16 0.43 0.56
HSL 37.96º 0.28% 0.35% -
HSV(B) 37.96º 0.43% 0.44% -
XYZ 11.83 12.07 6.56 -
YUV 96.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 113 95 64 0 0.16 0.43 0.56 37.96 0.28 0.35
Hex 71 5F 40 0 10 2B 38 26 1C 23
Octal 161 137 100 0 20 53 70 46 34 43
Binary 1110001 1011111 1000000 0 10000 101011 111000 100110 11100 100011

Color Harmonies of #715F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715F40

Black with #715F40

Text Example


Text Example

White with #715F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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