#755B37

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

Shades of Shingle Fawn #755B37

Tints of Shingle Fawn #755B37

Color information

#755B37 (or 0x755B37) is unknown color: approx Shingle Fawn. HEX triplet: 75, 5B and 37. RGB value is (117,91,55). Sum of RGB (Red+Green+Blue) = 117+91+55=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #755B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B37 is #8AA4C8. Grayscale: #5E5E5E. Windows color (decimal): -9086153 or 3627893. OLE color: 3627893.

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

Color convert

RGB1179155-
CMYK00.220.530.54
HSL34.84º36.05%33.73%-
HSV(B)34.84º52.99%45.88%-
XYZ11.7711.545.22-
YUV94.67105.61143.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 91 (35.94% from 255) = 34.60%
BLUE value IS 55 (21.88% from 255) = 20.91%
R=44.49%
G=34.60%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117915500.220.530.5434.8436.0533.73
Hex755B370163536232422
Octal165133670266566434442
Binary11101011011011110111010110110101110110100011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,91,55); }

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

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

 a { background-color: rgb(117,91,55); }

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

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

 span { border-color: rgb(117,91,55); }

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