Html Css Color HEX #755F3E Yellow Metal

📋 copy color: '#755F3E'

red 117 ◦ green 95 ◦ blue 62

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

Shades of Yellow Metal #755F3E

Tints of Yellow Metal #755F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.63%

R = 42.7%
G = 34.67%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#755F3E (or 0x755F3E) is known color: Yellow Metal. HEX triplet: 75, 5F and 3E. RGB value is (117,95,62). Sum of RGB (Red+Green+Blue) = 117+95+62=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #755F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F3E is #8AA0C1. Grayscale: #616161. Windows color (decimal): -9085122 or 4087669. OLE color: 4087669.

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

Color convert

RGB 117 95 62 -
CMYK 0 0.19 0.47 0.54
HSL 36º 0.31% 0.35% -
HSV(B) 36º 0.47% 0.46% -
XYZ 12.3 12.31 6.29 -
YUV 97.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 117 95 62 0 0.19 0.47 0.54 36 0.31 0.35
Hex 75 5F 3E 0 13 2F 36 24 1F 23
Octal 165 137 76 0 23 57 66 44 37 43
Binary 1110101 1011111 111110 0 10011 101111 110110 100100 11111 100011

Color Harmonies of #755F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F3E

Black with #755F3E

Text Example


Text Example

White with #755F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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