#755535

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

Shades of Shingle Fawn #755535

Tints of Shingle Fawn #755535

Color information

#755535 (or 0x755535) is unknown color: approx Shingle Fawn. HEX triplet: 75, 55 and 35. RGB value is (117,85,53). Sum of RGB (Red+Green+Blue) = 117+85+53=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #755535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755535 is #8AAACA. Grayscale: #5B5B5B. Windows color (decimal): -9087691 or 3495285. OLE color: 3495285.

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

Color convert

RGB1178553-
CMYK00.270.550.54
HSL30º37.65%33.33%-
HSV(B)30º54.7%45.88%-
XYZ11.2310.544.81-
YUV90.92106.6146.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 85 (33.59% from 255) = 33.33%
BLUE value IS 53 (21.09% from 255) = 20.78%
R=45.88%
G=33.33%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117855300.270.550.543037.6533.33
Hex75553501B37361e2621
Octal165125650336766364641
Binary1110101101010111010101101111011111011011110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755535; }

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

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

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

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

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

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

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

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