#75623A

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

Shades of Yellow Metal #75623A

Tints of Yellow Metal #75623A

Color information

#75623A (or 0x75623A) is unknown color: approx Yellow Metal. HEX triplet: 75, 62 and 3A. RGB value is (117,98,58). Sum of RGB (Red+Green+Blue) = 117+98+58=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #75623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75623A is #8A9DC5. Grayscale: #636363. Windows color (decimal): -9084358 or 3826293. OLE color: 3826293.

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

Color convert

RGB1179858-
CMYK00.160.500.54
HSL40.68º33.71%34.31%-
HSV(B)40.68º50.43%45.88%-
XYZ12.4712.825.82-
YUV99.12104.79140.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 58 (23.05% from 255) = 21.25%
R=42.86%
G=35.90%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117985800.160.500.5440.6833.7134.31
Hex75623A0103236292222
Octal165142720206266514242
Binary11101011100010111010010000110010110110101001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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