Html Css Color HEX #756538 Yellow Metal

📋 copy color: '#756538'

red 117 ◦ green 101 ◦ blue 56

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

Shades of Yellow Metal #756538

Tints of Yellow Metal #756538

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.86%

 BLUE value IS 56 (22.27% from 255) = 20.44%

R = 42.7%
G = 36.86%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#756538 (or 0x756538) is known color: Yellow Metal. HEX triplet: 75, 65 and 38. RGB value is (117,101,56). Sum of RGB (Red+Green+Blue) = 117+101+56=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #756538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756538 is #8A9AC7. Grayscale: #646464. Windows color (decimal): -9083592 or 3695989. OLE color: 3695989.

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

Color convert

RGB 117 101 56 -
CMYK 0 0.14 0.52 0.54
HSL 44.26º 0.35% 0.34% -
HSV(B) 44.26º 0.52% 0.46% -
XYZ 12.7 13.37 5.65 -
YUV 100.65 102.8 139.66 -
System Red Green Blue C M Y K H S L
Decimal 117 101 56 0 0.14 0.52 0.54 44.26 0.35 0.34
Hex 75 65 38 0 E 34 36 2C 23 22
Octal 165 145 70 0 16 64 66 54 43 42
Binary 1110101 1100101 111000 0 1110 110100 110110 101100 100011 100010

Color Harmonies of #756538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756538

Black with #756538

Text Example


Text Example

White with #756538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756538; }

 p { color: rgb(117,101,56); }

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

background-color css

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

 a { background-color: rgb(117,101,56); }

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

border-color css

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

 span { border-color: rgb(117,101,56); }

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