Html Css Color HEX #755F40 Yellow Metal

📋 copy color: '#755F40'

red 117 ◦ green 95 ◦ blue 64

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

Shades of Yellow Metal #755F40

Tints of Yellow Metal #755F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.42%

 BLUE value IS 64 (25.39% from 255) = 23.19%

R = 42.39%
G = 34.42%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#755F40 (or 0x755F40) is known color: Yellow Metal. HEX triplet: 75, 5F and 40. RGB value is (117,95,64). Sum of RGB (Red+Green+Blue) = 117+95+64=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #755F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F40 is #8AA0BF. Grayscale: #626262. Windows color (decimal): -9085120 or 4218741. OLE color: 4218741.

HSL color Cylindrical-coordinate representation of color #755F40: hue angle of 35.09º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #755F40 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 95 64 -
CMYK 0 0.19 0.45 0.54
HSL 35.09º 0.29% 0.35% -
HSV(B) 35.09º 0.45% 0.46% -
XYZ 12.35 12.34 6.58 -
YUV 98.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 117 95 64 0 0.19 0.45 0.54 35.09 0.29 0.35
Hex 75 5F 40 0 13 2D 36 23 1D 23
Octal 165 137 100 0 23 55 66 43 35 43
Binary 1110101 1011111 1000000 0 10011 101101 110110 100011 11101 100011

Color Harmonies of #755F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F40

Black with #755F40

Text Example


Text Example

White with #755F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755F40; }

 p { color: rgb(117,95,64); }

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

background-color css

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

 a { background-color: rgb(117,95,64); }

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

border-color css

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

 span { border-color: rgb(117,95,64); }

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