Html Css Color HEX #756238 Yellow Metal

📋 copy color: '#756238'

red 117 ◦ green 98 ◦ blue 56

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

Shades of Yellow Metal #756238

Tints of Yellow Metal #756238

RGB

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

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

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

R = 43.17%
G = 36.16%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#756238 (or 0x756238) is known color: Yellow Metal. HEX triplet: 75, 62 and 38. RGB value is (117,98,56). Sum of RGB (Red+Green+Blue) = 117+98+56=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #756238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756238 is #8A9DC7. Grayscale: #636363. Windows color (decimal): -9084360 or 3695221. OLE color: 3695221.

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

Color convert

RGB 117 98 56 -
CMYK 0 0.16 0.52 0.54
HSL 41.31º 0.35% 0.34% -
HSV(B) 41.31º 0.52% 0.46% -
XYZ 12.42 12.8 5.56 -
YUV 98.89 103.79 140.92 -
System Red Green Blue C M Y K H S L
Decimal 117 98 56 0 0.16 0.52 0.54 41.31 0.35 0.34
Hex 75 62 38 0 10 34 36 29 23 22
Octal 165 142 70 0 20 64 66 51 43 42
Binary 1110101 1100010 111000 0 10000 110100 110110 101001 100011 100010

Color Harmonies of #756238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756238

Black with #756238

Text Example


Text Example

White with #756238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756238; }

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

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

background-color css

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

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

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

border-color css

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

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

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