#735E3D

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

Shades of Yellow Metal #735E3D

Tints of Yellow Metal #735E3D

Color information

#735E3D (or 0x735E3D) is unknown color: approx Yellow Metal. HEX triplet: 73, 5E and 3D. RGB value is (115,94,61). Sum of RGB (Red+Green+Blue) = 115+94+61=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #735E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735E3D is #8CA1C2. Grayscale: #606060. Windows color (decimal): -9216451 or 4021875. OLE color: 4021875.

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

Color convert

RGB1159461-
CMYK00.180.470.55
HSL36.67º30.68%34.51%-
HSV(B)36.67º46.96%45.1%-
XYZ11.9211.996.1-
YUV96.52107.96141.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.59%
GREEN value IS 94 (37.11% from 255) = 34.81%
BLUE value IS 61 (24.22% from 255) = 22.59%
R=42.59%
G=34.81%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115946100.180.470.5536.6730.6834.51
Hex735E3D0122F37251f23
Octal163136750225767453743
Binary1110011101111011110101001010111111011110010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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