Html Css Color HEX #755F37 Yellow Metal

📋 copy color: '#755F37'

red 117 ◦ green 95 ◦ blue 55

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

Shades of Yellow Metal #755F37

Tints of Yellow Metal #755F37

RGB

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

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

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

R = 43.82%
G = 35.58%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#755F37 (or 0x755F37) is known color: Yellow Metal. HEX triplet: 75, 5F and 37. RGB value is (117,95,55). Sum of RGB (Red+Green+Blue) = 117+95+55=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #755F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F37 is #8AA0C8. Grayscale: #616161. Windows color (decimal): -9085129 or 3628917. OLE color: 3628917.

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

Color convert

RGB 117 95 55 -
CMYK 0 0.19 0.53 0.54
HSL 38.71º 0.36% 0.34% -
HSV(B) 38.71º 0.53% 0.46% -
XYZ 12.12 12.24 5.34 -
YUV 97.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 117 95 55 0 0.19 0.53 0.54 38.71 0.36 0.34
Hex 75 5F 37 0 13 35 36 27 24 22
Octal 165 137 67 0 23 65 66 47 44 42
Binary 1110101 1011111 110111 0 10011 110101 110110 100111 100100 100010

Color Harmonies of #755F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F37

Black with #755F37

Text Example


Text Example

White with #755F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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