#755E3B

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

Shades of Shingle Fawn #755E3B

Tints of Shingle Fawn #755E3B

Color information

#755E3B (or 0x755E3B) is unknown color: approx Shingle Fawn. HEX triplet: 75, 5E and 3B. RGB value is (117,94,59). Sum of RGB (Red+Green+Blue) = 117+94+59=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #755E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E3B is #8AA1C4. Grayscale: #616161. Windows color (decimal): -9085381 or 3890805. OLE color: 3890805.

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

Color convert

RGB1179459-
CMYK00.200.500.54
HSL36.21º32.95%34.51%-
HSV(B)36.21º49.57%45.88%-
XYZ12.1312.15.83-
YUV96.89106.62142.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 94 (37.11% from 255) = 34.81%
BLUE value IS 59 (23.44% from 255) = 21.85%
R=43.33%
G=34.81%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117945900.200.500.5436.2132.9534.51
Hex755E3B0143236242123
Octal165136730246266444143
Binary11101011011110111011010100110010110110100100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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