#75613A

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

Shades of Yellow Metal #75613A

Tints of Yellow Metal #75613A

Color information

#75613A (or 0x75613A) is unknown color: approx Yellow Metal. HEX triplet: 75, 61 and 3A. RGB value is (117,97,58). Sum of RGB (Red+Green+Blue) = 117+97+58=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #75613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75613A is #8A9EC5. Grayscale: #626262. Windows color (decimal): -9084614 or 3826037. OLE color: 3826037.

HSL color Cylindrical-coordinate representation of color #75613A: hue angle of 39.66º 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 #75613A is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1179758-
CMYK00.170.500.54
HSL39.66º33.71%34.31%-
HSV(B)39.66º50.43%45.88%-
XYZ12.3712.645.79-
YUV98.53105.13141.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 58 (23.05% from 255) = 21.32%
R=43.01%
G=35.66%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117975800.170.500.5439.6633.7134.31
Hex75613A0113236282222
Octal165141720216266504242
Binary11101011100001111010010001110010110110101000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75613A; }

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

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

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

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

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

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

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

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