#755E34

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

Shades of Shingle Fawn #755E34

Tints of Shingle Fawn #755E34

Color information

#755E34 (or 0x755E34) is unknown color: approx Shingle Fawn. HEX triplet: 75, 5E and 34. RGB value is (117,94,52). Sum of RGB (Red+Green+Blue) = 117+94+52=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #755E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E34 is #8AA1CB. Grayscale: #606060. Windows color (decimal): -9085388 or 3432053. OLE color: 3432053.

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

Color convert

RGB1179452-
CMYK00.200.560.54
HSL38.77º38.46%33.14%-
HSV(B)38.77º55.56%45.88%-
XYZ11.9612.044.94-
YUV96.09103.12142.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 94 (37.11% from 255) = 35.74%
BLUE value IS 52 (20.70% from 255) = 19.77%
R=44.49%
G=35.74%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117945200.200.560.5438.7738.4633.14
Hex755E340143836272621
Octal165136640247066474641
Binary11101011011110110100010100111000110110100111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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