#735E3A

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

Shades of Yellow Metal #735E3A

Tints of Yellow Metal #735E3A

Color information

#735E3A (or 0x735E3A) is unknown color: approx Yellow Metal. HEX triplet: 73, 5E and 3A. RGB value is (115,94,58). Sum of RGB (Red+Green+Blue) = 115+94+58=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #735E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735E3A is #8CA1C5. Grayscale: #606060. Windows color (decimal): -9216454 or 3825267. OLE color: 3825267.

HSL color Cylindrical-coordinate representation of color #735E3A: hue angle of 37.89º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #735E3A is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1159458-
CMYK00.180.500.55
HSL37.89º32.95%33.92%-
HSV(B)37.89º49.57%45.1%-
XYZ11.8411.965.69-
YUV96.17106.46141.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.07%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 58 (23.05% from 255) = 21.72%
R=43.07%
G=35.21%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115945800.180.500.5537.8932.9533.92
Hex735E3A0123237262122
Octal163136720226267464142
Binary11100111011110111010010010110010110111100110100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735E3A; }

 p { color: rgb(115,94,58); }

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

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

 a { background-color: rgb(115,94,58); }

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

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

 span { border-color: rgb(115,94,58); }

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