#755E3D

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

Shades of Shingle Fawn #755E3D

Tints of Shingle Fawn #755E3D

Color information

#755E3D (or 0x755E3D) is unknown color: approx Shingle Fawn. HEX triplet: 75, 5E and 3D. RGB value is (117,94,61). Sum of RGB (Red+Green+Blue) = 117+94+61=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #755E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E3D is #8AA1C2. Grayscale: #616161. Windows color (decimal): -9085379 or 4021877. OLE color: 4021877.

HSL color Cylindrical-coordinate representation of color #755E3D: hue angle of 35.36º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #755E3D is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB1179461-
CMYK00.200.480.54
HSL35.36º31.46%34.9%-
HSV(B)35.36º47.86%45.88%-
XYZ12.1812.126.11-
YUV97.12107.62142.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 94 (37.11% from 255) = 34.56%
BLUE value IS 61 (24.22% from 255) = 22.43%
R=43.01%
G=34.56%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117946100.200.480.5435.3631.4634.9
Hex755E3D0143036231f23
Octal165136750246066433743
Binary1110101101111011110101010011000011011010001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,94,61); }

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

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

 a { background-color: rgb(117,94,61); }

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

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

 span { border-color: rgb(117,94,61); }

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