#755F3A

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

Shades of Yellow Metal #755F3A

Tints of Yellow Metal #755F3A

Color information

#755F3A (or 0x755F3A) is unknown color: approx Yellow Metal. HEX triplet: 75, 5F and 3A. RGB value is (117,95,58). Sum of RGB (Red+Green+Blue) = 117+95+58=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #755F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F3A is #8AA0C5. Grayscale: #616161. Windows color (decimal): -9085126 or 3825525. OLE color: 3825525.

HSL color Cylindrical-coordinate representation of color #755F3A: hue angle of 37.63º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #755F3A is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1179558-
CMYK00.190.500.54
HSL37.63º33.71%34.31%-
HSV(B)37.63º50.43%45.88%-
XYZ12.1912.275.73-
YUV97.36105.79142.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 95 (37.5% from 255) = 35.19%
BLUE value IS 58 (23.05% from 255) = 21.48%
R=43.33%
G=35.19%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117955800.190.500.5437.6333.7134.31
Hex755F3A0133236262222
Octal165137720236266464242
Binary11101011011111111010010011110010110110100110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755F3A; }

 p { color: rgb(117,95,58); }

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

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

 a { background-color: rgb(117,95,58); }

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

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

 span { border-color: rgb(117,95,58); }

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