#705F3A

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

Shades of Yellow Metal #705F3A

Tints of Yellow Metal #705F3A

Color information

#705F3A (or 0x705F3A) is unknown color: approx Yellow Metal. HEX triplet: 70, 5F and 3A. RGB value is (112,95,58). Sum of RGB (Red+Green+Blue) = 112+95+58=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #705F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F3A is #8FA0C5. Grayscale: #606060. Windows color (decimal): -9412806 or 3825520. OLE color: 3825520.

HSL color Cylindrical-coordinate representation of color #705F3A: hue angle of 41.11º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #705F3A is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1129558-
CMYK00.150.480.56
HSL41.11º31.76%33.33%-
HSV(B)41.11º48.21%43.92%-
XYZ11.5411.935.7-
YUV95.86106.63139.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 95 (37.5% from 255) = 35.85%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=42.26%
G=35.85%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112955800.150.480.5641.1131.7633.33
Hex705F3A0F3038292021
Octal160137720176070514041
Binary1110000101111111101001111110000111000101001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705F3A; }

 p { color: rgb(112,95,58); }

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

<style>
 a { background-color: #705F3A; }

 a { background-color: rgb(112,95,58); }

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

<style>
 span { border-color: #705F3A; }

 span { border-color: rgb(112,95,58); }

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