Html Css Color HEX #756139 Yellow Metal

📋 copy color: '#756139'

red 117 ◦ green 97 ◦ blue 57

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

Shades of Yellow Metal #756139

Tints of Yellow Metal #756139

RGB

 RED value IS 117 (46.09% from 255) = 43.17%

 GREEN value IS 97 (38.28% from 255) = 35.79%

 BLUE value IS 57 (22.66% from 255) = 21.03%

R = 43.17%
G = 35.79%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#756139 (or 0x756139) is known color: Yellow Metal. HEX triplet: 75, 61 and 39. RGB value is (117,97,57). Sum of RGB (Red+Green+Blue) = 117+97+57=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #756139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756139 is #8A9EC6. Grayscale: #626262. Windows color (decimal): -9084615 or 3760501. OLE color: 3760501.

HSL color Cylindrical-coordinate representation of color #756139: hue angle of 40º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #756139 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 57 -
CMYK 0 0.17 0.51 0.54
HSL 40º 0.34% 0.34% -
HSV(B) 40º 0.51% 0.46% -
XYZ 12.35 12.63 5.66 -
YUV 98.42 104.63 141.25 -
System Red Green Blue C M Y K H S L
Decimal 117 97 57 0 0.17 0.51 0.54 40 0.34 0.34
Hex 75 61 39 0 11 33 36 28 22 22
Octal 165 141 71 0 21 63 66 50 42 42
Binary 1110101 1100001 111001 0 10001 110011 110110 101000 100010 100010

Color Harmonies of #756139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756139

Black with #756139

Text Example


Text Example

White with #756139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756139; }

 p { color: rgb(117,97,57); }

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

background-color css

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

 a { background-color: rgb(117,97,57); }

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

border-color css

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

 span { border-color: rgb(117,97,57); }

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