Html Css Color HEX #716539 Yellow Metal

📋 copy color: '#716539'

red 113 ◦ green 101 ◦ blue 57

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

Shades of Yellow Metal #716539

Tints of Yellow Metal #716539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.03%

R = 41.7%
G = 37.27%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#716539 (or 0x716539) is known color: Yellow Metal. HEX triplet: 71, 65 and 39. RGB value is (113,101,57). Sum of RGB (Red+Green+Blue) = 113+101+57=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #716539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716539 is #8E9AC6. Grayscale: #636363. Windows color (decimal): -9345735 or 3761521. OLE color: 3761521.

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

Color convert

RGB 113 101 57 -
CMYK 0 0.11 0.50 0.56
HSL 47.14º 0.33% 0.33% -
HSV(B) 47.14º 0.5% 0.44% -
XYZ 12.2 13.11 5.76 -
YUV 99.57 103.98 137.58 -
System Red Green Blue C M Y K H S L
Decimal 113 101 57 0 0.11 0.50 0.56 47.14 0.33 0.33
Hex 71 65 39 0 B 32 38 2F 21 21
Octal 161 145 71 0 13 62 70 57 41 41
Binary 1110001 1100101 111001 0 1011 110010 111000 101111 100001 100001

Color Harmonies of #716539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716539

Black with #716539

Text Example


Text Example

White with #716539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716539; }

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

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

background-color css

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

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

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

border-color css

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

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

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