#755A35

Color #755A35 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #755A35

Tints of Shingle Fawn #755A35

Color information

#755A35 (or 0x755A35) is unknown color: approx Shingle Fawn. HEX triplet: 75, 5A and 35. RGB value is (117,90,53). Sum of RGB (Red+Green+Blue) = 117+90+53=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #755A35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A35 is #8AA5CA. Grayscale: #5E5E5E. Windows color (decimal): -9086411 or 3496565. OLE color: 3496565.

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

Color convert

RGB1179053-
CMYK00.230.550.54
HSL34.69º37.65%33.33%-
HSV(B)34.69º54.7%45.88%-
XYZ11.6311.354.95-
YUV93.85104.95144.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 90 (35.55% from 255) = 34.62%
BLUE value IS 53 (21.09% from 255) = 20.38%
R=45%
G=34.62%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117905300.230.550.5434.6937.6533.33
Hex755A350173736232621
Octal165132650276766434641
Binary11101011011010110101010111110111110110100011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #755A35;
 }
 .AnyTagClassName
 {
   color: #755A35;
 }
</style>
background-color css

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

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

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

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

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

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