Html Css Color HEX #755735 Shingle Fawn

📋 copy color: '#755735'

red 117 ◦ green 87 ◦ blue 53

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

Shades of Shingle Fawn #755735

Tints of Shingle Fawn #755735

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.85%

 BLUE value IS 53 (21.09% from 255) = 20.62%

R = 45.53%
G = 33.85%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#755735 (or 0x755735) is known color: Shingle Fawn. HEX triplet: 75, 57 and 35. RGB value is (117,87,53). Sum of RGB (Red+Green+Blue) = 117+87+53=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #755735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755735 is #8AA8CA. Grayscale: #5C5C5C. Windows color (decimal): -9087179 or 3495797. OLE color: 3495797.

HSL color Cylindrical-coordinate representation of color #755735: hue angle of 31.88º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #755735 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 87 53 -
CMYK 0 0.26 0.55 0.54
HSL 31.88º 0.38% 0.33% -
HSV(B) 31.88º 0.55% 0.46% -
XYZ 11.39 10.86 4.86 -
YUV 92.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 117 87 53 0 0.26 0.55 0.54 31.88 0.38 0.33
Hex 75 57 35 0 1A 37 36 20 26 21
Octal 165 127 65 0 32 67 66 40 46 41
Binary 1110101 1010111 110101 0 11010 110111 110110 100000 100110 100001

Color Harmonies of #755735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755735

Black with #755735

Text Example


Text Example

White with #755735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755735; }

 p { color: rgb(117,87,53); }

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

background-color css

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

 a { background-color: rgb(117,87,53); }

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

border-color css

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

 span { border-color: rgb(117,87,53); }

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