Html Css Color HEX #755D36 Shingle Fawn

📋 copy color: '#755D36'

red 117 ◦ green 93 ◦ blue 54

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

Shades of Shingle Fawn #755D36

Tints of Shingle Fawn #755D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.45%

R = 44.32%
G = 35.23%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#755D36 (or 0x755D36) is known color: Shingle Fawn. HEX triplet: 75, 5D and 36. RGB value is (117,93,54). Sum of RGB (Red+Green+Blue) = 117+93+54=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #755D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D36 is #8AA2C9. Grayscale: #5F5F5F. Windows color (decimal): -9085642 or 3562869. OLE color: 3562869.

HSL color Cylindrical-coordinate representation of color #755D36: hue angle of 37.14º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #755D36 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 93 54 -
CMYK 0 0.21 0.54 0.54
HSL 37.14º 0.37% 0.34% -
HSV(B) 37.14º 0.54% 0.46% -
XYZ 11.92 11.88 5.15 -
YUV 95.73 104.45 143.17 -
System Red Green Blue C M Y K H S L
Decimal 117 93 54 0 0.21 0.54 0.54 37.14 0.37 0.34
Hex 75 5D 36 0 15 36 36 25 25 22
Octal 165 135 66 0 25 66 66 45 45 42
Binary 1110101 1011101 110110 0 10101 110110 110110 100101 100101 100010

Color Harmonies of #755D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D36

Black with #755D36

Text Example


Text Example

White with #755D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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