Html Css Color HEX #745F3F Yellow Metal

📋 copy color: '#745F3F'

red 116 ◦ green 95 ◦ blue 63

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

Shades of Yellow Metal #745F3F

Tints of Yellow Metal #745F3F

RGB

 RED value IS 116 (45.7% from 255) = 42.34%

 GREEN value IS 95 (37.5% from 255) = 34.67%

 BLUE value IS 63 (25% from 255) = 22.99%

R = 42.34%
G = 34.67%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#745F3F (or 0x745F3F) is known color: Yellow Metal. HEX triplet: 74, 5F and 3F. RGB value is (116,95,63). Sum of RGB (Red+Green+Blue) = 116+95+63=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #745F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F3F is #8BA0C0. Grayscale: #616161. Windows color (decimal): -9150657 or 4153204. OLE color: 4153204.

HSL color Cylindrical-coordinate representation of color #745F3F: hue angle of 36.23º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #745F3F is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 95 63 -
CMYK 0 0.18 0.46 0.55
HSL 36.23º 0.3% 0.35% -
HSV(B) 36.23º 0.46% 0.45% -
XYZ 12.19 12.26 6.43 -
YUV 97.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 116 95 63 0 0.18 0.46 0.55 36.23 0.3 0.35
Hex 74 5F 3F 0 12 2E 37 24 1E 23
Octal 164 137 77 0 22 56 67 44 36 43
Binary 1110100 1011111 111111 0 10010 101110 110111 100100 11110 100011

Color Harmonies of #745F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F3F

Black with #745F3F

Text Example


Text Example

White with #745F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745F3F; }

 p { color: rgb(116,95,63); }

 H1.HeaderClassName
 {
   color: #745F3F;
 }
 .AnyTagClassName
 {
   color: #745F3F;
 }
</style>

background-color css

<style>
 a { background-color: #745F3F; }

 a { background-color: rgb(116,95,63); }

 div.DivClassName
 {
   background-color: #745F3F;
 }
 .BgClassName
 {
   background-color: #745F3F;
 }
</style>

border-color css

<style>
 span { border-color: #745F3F; }

 span { border-color: rgb(116,95,63); }

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