#755C3A

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

Shades of Shingle Fawn #755C3A

Tints of Shingle Fawn #755C3A

Color information

#755C3A (or 0x755C3A) is unknown color: approx Shingle Fawn. HEX triplet: 75, 5C and 3A. RGB value is (117,92,58). Sum of RGB (Red+Green+Blue) = 117+92+58=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #755C3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C3A is #8AA3C5. Grayscale: #5F5F5F. Windows color (decimal): -9085894 or 3824757. OLE color: 3824757.

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

Color convert

RGB1179258-
CMYK00.210.500.54
HSL34.58º33.71%34.31%-
HSV(B)34.58º50.43%45.88%-
XYZ11.9311.745.64-
YUV95.6106.78143.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 92 (36.33% from 255) = 34.46%
BLUE value IS 58 (23.05% from 255) = 21.72%
R=43.82%
G=34.46%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117925800.210.500.5434.5833.7134.31
Hex755C3A0153236232222
Octal165134720256266434242
Binary11101011011100111010010101110010110110100011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,92,58); }

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

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

 a { background-color: rgb(117,92,58); }

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

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

 span { border-color: rgb(117,92,58); }

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