#736038

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

Shades of Yellow Metal #736038

Tints of Yellow Metal #736038

Color information

#736038 (or 0x736038) is unknown color: approx Yellow Metal. HEX triplet: 73, 60 and 38. RGB value is (115,96,56). Sum of RGB (Red+Green+Blue) = 115+96+56=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #736038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736038 is #8C9FC7. Grayscale: #616161. Windows color (decimal): -9215944 or 3694707. OLE color: 3694707.

HSL color Cylindrical-coordinate representation of color #736038: hue angle of 40.68º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #736038 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB1159656-
CMYK00.170.510.55
HSL40.68º34.5%33.53%-
HSV(B)40.68º51.3%45.1%-
XYZ11.9712.35.48-
YUV97.12104.79140.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.07%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 56 (22.27% from 255) = 20.97%
R=43.07%
G=35.96%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115965600.170.510.5540.6834.533.53
Hex7360380113337292322
Octal163140700216367514342
Binary11100111100000111000010001110011110111101001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736038; }

 p { color: rgb(115,96,56); }

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

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

 a { background-color: rgb(115,96,56); }

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

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

 span { border-color: rgb(115,96,56); }

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