Html Css Color HEX #755D40 Shingle Fawn

📋 copy color: '#755D40'

red 117 ◦ green 93 ◦ blue 64

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

Shades of Shingle Fawn #755D40

Tints of Shingle Fawn #755D40

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.94%

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

R = 42.7%
G = 33.94%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#755D40 (or 0x755D40) is known color: Shingle Fawn. HEX triplet: 75, 5D and 40. RGB value is (117,93,64). Sum of RGB (Red+Green+Blue) = 117+93+64=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #755D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D40 is #8AA2BF. Grayscale: #616161. Windows color (decimal): -9085632 or 4218229. OLE color: 4218229.

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

Color convert

RGB 117 93 64 -
CMYK 0 0.21 0.45 0.54
HSL 32.83º 0.29% 0.35% -
HSV(B) 32.83º 0.45% 0.46% -
XYZ 12.18 11.98 6.52 -
YUV 96.87 109.45 142.36 -
System Red Green Blue C M Y K H S L
Decimal 117 93 64 0 0.21 0.45 0.54 32.83 0.29 0.35
Hex 75 5D 40 0 15 2D 36 21 1D 23
Octal 165 135 100 0 25 55 66 41 35 43
Binary 1110101 1011101 1000000 0 10101 101101 110110 100001 11101 100011

Color Harmonies of #755D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D40

Black with #755D40

Text Example


Text Example

White with #755D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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