#735E3B

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

Shades of Yellow Metal #735E3B

Tints of Yellow Metal #735E3B

Color information

#735E3B (or 0x735E3B) is unknown color: approx Yellow Metal. HEX triplet: 73, 5E and 3B. RGB value is (115,94,59). Sum of RGB (Red+Green+Blue) = 115+94+59=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #735E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735E3B is #8CA1C4. Grayscale: #606060. Windows color (decimal): -9216453 or 3890803. OLE color: 3890803.

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

Color convert

RGB1159459-
CMYK00.180.490.55
HSL37.5º32.18%34.12%-
HSV(B)37.5º48.7%45.1%-
XYZ11.8611.975.82-
YUV96.29106.96141.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 94 (37.11% from 255) = 35.07%
BLUE value IS 59 (23.44% from 255) = 22.01%
R=42.91%
G=35.07%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115945900.180.490.5537.532.1834.12
Hex735E3B0123137262022
Octal163136730226167464042
Binary11100111011110111011010010110001110111100110100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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