#716338

Color #716338 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #716338

Tints of Yellow Metal #716338

Color information

#716338 (or 0x716338) is unknown color: approx Yellow Metal. HEX triplet: 71, 63 and 38. RGB value is (113,99,56). Sum of RGB (Red+Green+Blue) = 113+99+56=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #716338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716338 is #8E9CC7. Grayscale: #626262. Windows color (decimal): -9346248 or 3695473. OLE color: 3695473.

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

Color convert

RGB1139956-
CMYK00.120.500.56
HSL45.26º33.73%33.14%-
HSV(B)45.26º50.44%44.31%-
XYZ11.9912.725.56-
YUV98.28104.14138.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.16%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 56 (22.27% from 255) = 20.90%
R=42.16%
G=36.94%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113995600.120.500.5645.2633.7333.14
Hex7163380C32382d2221
Octal161143700146270554241
Binary1110001110001111100001100110010111000101101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716338; }

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

 H1.HeaderClassName
 {
   color: #716338;
 }
 .AnyTagClassName
 {
   color: #716338;
 }
</style>
background-color css

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

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

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

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

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

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