Html Css Color HEX #716037 Yellow Metal

📋 copy color: '#716037'

red 113 ◦ green 96 ◦ blue 55

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

Shades of Yellow Metal #716037

Tints of Yellow Metal #716037

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.36%

 BLUE value IS 55 (21.88% from 255) = 20.83%

R = 42.8%
G = 36.36%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#716037 (or 0x716037) is known color: Yellow Metal. HEX triplet: 71, 60 and 37. RGB value is (113,96,55). Sum of RGB (Red+Green+Blue) = 113+96+55=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #716037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716037 is #8E9FC8. Grayscale: #606060. Windows color (decimal): -9347017 or 3629169. OLE color: 3629169.

HSL color Cylindrical-coordinate representation of color #716037: hue angle of 42.41º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #716037 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 96 55 -
CMYK 0 0.15 0.51 0.56
HSL 42.41º 0.35% 0.33% -
HSV(B) 42.41º 0.51% 0.44% -
XYZ 11.68 12.15 5.34 -
YUV 96.41 104.63 139.83 -
System Red Green Blue C M Y K H S L
Decimal 113 96 55 0 0.15 0.51 0.56 42.41 0.35 0.33
Hex 71 60 37 0 F 33 38 2A 23 21
Octal 161 140 67 0 17 63 70 52 43 41
Binary 1110001 1100000 110111 0 1111 110011 111000 101010 100011 100001

Color Harmonies of #716037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716037

Black with #716037

Text Example


Text Example

White with #716037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716037; }

 p { color: rgb(113,96,55); }

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

background-color css

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

 a { background-color: rgb(113,96,55); }

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

border-color css

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

 span { border-color: rgb(113,96,55); }

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