Html Css Color HEX #756337 Yellow Metal

📋 copy color: '#756337'

red 117 ◦ green 99 ◦ blue 55

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

Shades of Yellow Metal #756337

Tints of Yellow Metal #756337

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.53%

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

R = 43.17%
G = 36.53%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#756337 (or 0x756337) is known color: Yellow Metal. HEX triplet: 75, 63 and 37. RGB value is (117,99,55). Sum of RGB (Red+Green+Blue) = 117+99+55=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #756337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756337 is #8A9CC8. Grayscale: #636363. Windows color (decimal): -9084105 or 3629941. OLE color: 3629941.

HSL color Cylindrical-coordinate representation of color #756337: hue angle of 42.58º 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 #756337 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 99 55 -
CMYK 0 0.15 0.53 0.54
HSL 42.58º 0.36% 0.34% -
HSV(B) 42.58º 0.53% 0.46% -
XYZ 12.49 12.98 5.46 -
YUV 99.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 117 99 55 0 0.15 0.53 0.54 42.58 0.36 0.34
Hex 75 63 37 0 F 35 36 2B 24 22
Octal 165 143 67 0 17 65 66 53 44 42
Binary 1110101 1100011 110111 0 1111 110101 110110 101011 100100 100010

Color Harmonies of #756337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756337

Black with #756337

Text Example


Text Example

White with #756337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756337; }

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

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

background-color css

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

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

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

border-color css

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

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

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