Html Css Color HEX #755F41 Yellow Metal

📋 copy color: '#755F41'

red 117 ◦ green 95 ◦ blue 65

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

Shades of Yellow Metal #755F41

Tints of Yellow Metal #755F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.47%

R = 42.24%
G = 34.3%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#755F41 (or 0x755F41) is known color: Yellow Metal. HEX triplet: 75, 5F and 41. RGB value is (117,95,65). Sum of RGB (Red+Green+Blue) = 117+95+65=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #755F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F41 is #8AA0BE. Grayscale: #626262. Windows color (decimal): -9085119 or 4284277. OLE color: 4284277.

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

Color convert

RGB 117 95 65 -
CMYK 0 0.19 0.44 0.54
HSL 34.62º 0.29% 0.36% -
HSV(B) 34.62º 0.44% 0.46% -
XYZ 12.38 12.35 6.73 -
YUV 98.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 117 95 65 0 0.19 0.44 0.54 34.62 0.29 0.36
Hex 75 5F 41 0 13 2C 36 23 1D 24
Octal 165 137 101 0 23 54 66 43 35 44
Binary 1110101 1011111 1000001 0 10011 101100 110110 100011 11101 100100

Color Harmonies of #755F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F41

Black with #755F41

Text Example


Text Example

White with #755F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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