Html Css Color HEX #756237 Yellow Metal

📋 copy color: '#756237'

red 117 ◦ green 98 ◦ blue 55

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

Shades of Yellow Metal #756237

Tints of Yellow Metal #756237

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.3%

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

R = 43.33%
G = 36.3%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#756237 (or 0x756237) is known color: Yellow Metal. HEX triplet: 75, 62 and 37. RGB value is (117,98,55). Sum of RGB (Red+Green+Blue) = 117+98+55=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #756237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756237 is #8A9DC8. Grayscale: #626262. Windows color (decimal): -9084361 or 3629685. OLE color: 3629685.

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

Color convert

RGB 117 98 55 -
CMYK 0 0.16 0.53 0.54
HSL 41.61º 0.36% 0.34% -
HSV(B) 41.61º 0.53% 0.46% -
XYZ 12.39 12.79 5.43 -
YUV 98.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 117 98 55 0 0.16 0.53 0.54 41.61 0.36 0.34
Hex 75 62 37 0 10 35 36 2A 24 22
Octal 165 142 67 0 20 65 66 52 44 42
Binary 1110101 1100010 110111 0 10000 110101 110110 101010 100100 100010

Color Harmonies of #756237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756237

Black with #756237

Text Example


Text Example

White with #756237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756237; }

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

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

background-color css

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

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

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

border-color css

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

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

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