Html Css Color HEX #716339 Yellow Metal

📋 copy color: '#716339'

red 113 ◦ green 99 ◦ blue 57

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

Shades of Yellow Metal #716339

Tints of Yellow Metal #716339

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.8%

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

R = 42.01%
G = 36.8%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#716339 (or 0x716339) is known color: Yellow Metal. HEX triplet: 71, 63 and 39. RGB value is (113,99,57). Sum of RGB (Red+Green+Blue) = 113+99+57=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #716339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716339 is #8E9CC6. Grayscale: #626262. Windows color (decimal): -9346247 or 3761009. OLE color: 3761009.

HSL color Cylindrical-coordinate representation of color #716339: hue angle of 45º 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 #716339 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 99 57 -
CMYK 0 0.12 0.50 0.56
HSL 45º 0.33% 0.33% -
HSV(B) 45º 0.5% 0.44% -
XYZ 12.01 12.73 5.69 -
YUV 98.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 113 99 57 0 0.12 0.50 0.56 45 0.33 0.33
Hex 71 63 39 0 C 32 38 2D 21 21
Octal 161 143 71 0 14 62 70 55 41 41
Binary 1110001 1100011 111001 0 1100 110010 111000 101101 100001 100001

Color Harmonies of #716339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716339

Black with #716339

Text Example


Text Example

White with #716339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716339; }

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

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

background-color css

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

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

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

border-color css

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

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

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