#75613B

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

Shades of Yellow Metal #75613B

Tints of Yellow Metal #75613B

Color information

#75613B (or 0x75613B) is unknown color: approx Yellow Metal. HEX triplet: 75, 61 and 3B. RGB value is (117,97,59). Sum of RGB (Red+Green+Blue) = 117+97+59=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #75613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75613B is #8A9EC4. Grayscale: #626262. Windows color (decimal): -9084613 or 3891573. OLE color: 3891573.

HSL color Cylindrical-coordinate representation of color #75613B: hue angle of 39.31º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75613B is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1179759-
CMYK00.170.500.54
HSL39.31º32.95%34.51%-
HSV(B)39.31º49.57%45.88%-
XYZ12.412.655.93-
YUV98.65105.63141.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 59 (23.44% from 255) = 21.61%
R=42.86%
G=35.53%
B=21.61%

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
Decimal117975900.170.500.5439.3132.9534.51
Hex75613B0113236272123
Octal165141730216266474143
Binary11101011100001111011010001110010110110100111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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