#756238

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

Shades of Yellow Metal #756238

Tints of Yellow Metal #756238

Color information

#756238 (or 0x756238) is unknown color: approx Yellow Metal. HEX triplet: 75, 62 and 38. RGB value is (117,98,56). Sum of RGB (Red+Green+Blue) = 117+98+56=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #756238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756238 is #8A9DC7. Grayscale: #636363. Windows color (decimal): -9084360 or 3695221. OLE color: 3695221.

HSL color Cylindrical-coordinate representation of color #756238: hue angle of 41.31º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #756238 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB1179856-
CMYK00.160.520.54
HSL41.31º35.26%33.92%-
HSV(B)41.31º52.14%45.88%-
XYZ12.4212.85.56-
YUV98.89103.79140.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 98 (38.67% from 255) = 36.16%
BLUE value IS 56 (22.27% from 255) = 20.66%
R=43.17%
G=36.16%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117985600.160.520.5441.3135.2633.92
Hex7562380103436292322
Octal165142700206466514342
Binary11101011100010111000010000110100110110101001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756238; }

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

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

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

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

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

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

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

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