Html Css Color HEX #705F3A Yellow Metal

📋 copy color: '#705F3A'

red 112 ◦ green 95 ◦ blue 58

#705F3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Metal #705F3A

Tints of Yellow Metal #705F3A

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 value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#705F3A (or 0x705F3A) is known color: 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

RGB 112 95 58 -
CMYK 0 0.15 0.48 0.56
HSL 41.11º 0.32% 0.33% -
HSV(B) 41.11º 0.48% 0.44% -
XYZ 11.54 11.93 5.7 -
YUV 95.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 112 95 58 0 0.15 0.48 0.56 41.11 0.32 0.33
Hex 70 5F 3A 0 F 30 38 29 20 21
Octal 160 137 72 0 17 60 70 51 40 41
Binary 1110000 1011111 111010 0 1111 110000 111000 101001 100000 100001

Color Harmonies of #705F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F3A

Black with #705F3A

Text Example


Text Example

White with #705F3A

Text Example


Text Example

HTML Codes & Css Web 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>