Html Css Color HEX #756339 Yellow Metal

📋 copy color: '#756339'

red 117 ◦ green 99 ◦ blue 57

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

Shades of Yellow Metal #756339

Tints of Yellow Metal #756339

RGB

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

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

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

R = 42.86%
G = 36.26%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#756339 (or 0x756339) is known color: Yellow Metal. HEX triplet: 75, 63 and 39. RGB value is (117,99,57). Sum of RGB (Red+Green+Blue) = 117+99+57=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #756339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756339 is #8A9CC6. Grayscale: #636363. Windows color (decimal): -9084103 or 3761013. OLE color: 3761013.

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

Color convert

RGB 117 99 57 -
CMYK 0 0.15 0.51 0.54
HSL 42º 0.34% 0.34% -
HSV(B) 42º 0.51% 0.46% -
XYZ 12.54 13 5.72 -
YUV 99.59 103.96 140.42 -
System Red Green Blue C M Y K H S L
Decimal 117 99 57 0 0.15 0.51 0.54 42 0.34 0.34
Hex 75 63 39 0 F 33 36 2A 22 22
Octal 165 143 71 0 17 63 66 52 42 42
Binary 1110101 1100011 111001 0 1111 110011 110110 101010 100010 100010

Color Harmonies of #756339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756339

Black with #756339

Text Example


Text Example

White with #756339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756339; }

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

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

background-color css

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

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

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

border-color css

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

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

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