#75603A

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

Shades of Yellow Metal #75603A

Tints of Yellow Metal #75603A

Color information

#75603A (or 0x75603A) is unknown color: approx Yellow Metal. HEX triplet: 75, 60 and 3A. RGB value is (117,96,58). Sum of RGB (Red+Green+Blue) = 117+96+58=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #75603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75603A is #8A9FC5. Grayscale: #626262. Windows color (decimal): -9084870 or 3825781. OLE color: 3825781.

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

Color convert

RGB1179658-
CMYK00.180.500.54
HSL38.64º33.71%34.31%-
HSV(B)38.64º50.43%45.88%-
XYZ12.2812.455.76-
YUV97.95105.46141.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 58 (23.05% from 255) = 21.40%
R=43.17%
G=35.42%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117965800.180.500.5438.6433.7134.31
Hex75603A0123236272222
Octal165140720226266474242
Binary11101011100000111010010010110010110110100111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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