Html Css Color HEX #756137 Yellow Metal

📋 copy color: '#756137'

red 117 ◦ green 97 ◦ blue 55

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

Shades of Yellow Metal #756137

Tints of Yellow Metal #756137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.45%

R = 43.49%
G = 36.06%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#756137 (or 0x756137) is known color: Yellow Metal. HEX triplet: 75, 61 and 37. RGB value is (117,97,55). Sum of RGB (Red+Green+Blue) = 117+97+55=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #756137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756137 is #8A9EC8. Grayscale: #626262. Windows color (decimal): -9084617 or 3629429. OLE color: 3629429.

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

Color convert

RGB 117 97 55 -
CMYK 0 0.17 0.53 0.54
HSL 40.65º 0.36% 0.34% -
HSV(B) 40.65º 0.53% 0.46% -
XYZ 12.3 12.61 5.4 -
YUV 98.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 117 97 55 0 0.17 0.53 0.54 40.65 0.36 0.34
Hex 75 61 37 0 11 35 36 29 24 22
Octal 165 141 67 0 21 65 66 51 44 42
Binary 1110101 1100001 110111 0 10001 110101 110110 101001 100100 100010

Color Harmonies of #756137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756137

Black with #756137

Text Example


Text Example

White with #756137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756137; }

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

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

background-color css

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

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

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

border-color css

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

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

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