#716238

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

Shades of Yellow Metal #716238

Tints of Yellow Metal #716238

Color information

#716238 (or 0x716238) is unknown color: approx Yellow Metal. HEX triplet: 71, 62 and 38. RGB value is (113,98,56). Sum of RGB (Red+Green+Blue) = 113+98+56=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #716238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716238 is #8E9DC7. Grayscale: #616161. Windows color (decimal): -9346504 or 3695217. OLE color: 3695217.

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

Color convert

RGB1139856-
CMYK00.130.500.56
HSL44.21º33.73%33.14%-
HSV(B)44.21º50.44%44.31%-
XYZ11.8912.535.53-
YUV97.7104.47138.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.32%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 56 (22.27% from 255) = 20.97%
R=42.32%
G=36.70%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113985600.130.500.5644.2133.7333.14
Hex7162380D32382c2221
Octal161142700156270544241
Binary1110001110001011100001101110010111000101100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716238; }

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

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

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

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

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

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

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

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