#75623B

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

Shades of Yellow Metal #75623B

Tints of Yellow Metal #75623B

Color information

#75623B (or 0x75623B) is unknown color: approx Yellow Metal. HEX triplet: 75, 62 and 3B. RGB value is (117,98,59). Sum of RGB (Red+Green+Blue) = 117+98+59=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #75623B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75623B is #8A9DC4. Grayscale: #636363. Windows color (decimal): -9084357 or 3891829. OLE color: 3891829.

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

Color convert

RGB1179859-
CMYK00.160.500.54
HSL40.34º32.95%34.51%-
HSV(B)40.34º49.57%45.88%-
XYZ12.4912.835.96-
YUV99.23105.29140.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 59 (23.44% from 255) = 21.53%
R=42.70%
G=35.77%
B=21.53%

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
Decimal117985900.160.500.5440.3432.9534.51
Hex75623B0103236282123
Octal165142730206266504143
Binary11101011100010111011010000110010110110101000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75623B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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