Html Css Color HEX #755F3C Yellow Metal

📋 copy color: '#755F3C'

red 117 ◦ green 95 ◦ blue 60

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

Shades of Yellow Metal #755F3C

Tints of Yellow Metal #755F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.06%

R = 43.01%
G = 34.93%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#755F3C (or 0x755F3C) is known color: Yellow Metal. HEX triplet: 75, 5F and 3C. RGB value is (117,95,60). Sum of RGB (Red+Green+Blue) = 117+95+60=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #755F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F3C is #8AA0C3. Grayscale: #616161. Windows color (decimal): -9085124 or 3956597. OLE color: 3956597.

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

Color convert

RGB 117 95 60 -
CMYK 0 0.19 0.49 0.54
HSL 36.84º 0.32% 0.35% -
HSV(B) 36.84º 0.49% 0.46% -
XYZ 12.24 12.29 6 -
YUV 97.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 117 95 60 0 0.19 0.49 0.54 36.84 0.32 0.35
Hex 75 5F 3C 0 13 31 36 25 20 23
Octal 165 137 74 0 23 61 66 45 40 43
Binary 1110101 1011111 111100 0 10011 110001 110110 100101 100000 100011

Color Harmonies of #755F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F3C

Black with #755F3C

Text Example


Text Example

White with #755F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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